CairoMatrix::translate

(PECL cairo >= 0.1.0) The translate purpose public void CairoMatrix::translate ( string $tx, string $ty ) Object oriented style (method): Procedural style: void cairo_translate ( CairoContext $context , string $x , string $y ) Description here. Parameters: context Description... x Description... y

radius_put_string

(PECL radius >= 1.1.0) Attaches a string attribute bool radius_put_string ( resource $radius_handle, int $type, string $value [, int $options = 0 [, int $tag ]] ) Attaches a string attribute to the current RADIUS request. In general, radius_put_attr() is a more useful function for attaching string attributes, as it is binary safe. Note: A request must be created via radius_create_request() before this function can be

$argc

(PHP 4, PHP 5, PHP 7) The number of arguments passed to script Contains the number of arguments passed to the current script when running from the command line. Note: The script's filename is always passed as an argument to the script, therefore the minimum value of $argc is 1. Note: This variable is not available when register_argc_argv is disabled. Examples: $arg

IntlChar::isdefined

(PHP 7) Check whether the code point is defined public static bool IntlChar::isdefined ( mixed $codepoint ) Determines whether the specified code point is "defined", which usually means that it is assigned a character. TRUE for general categories other than "Cn" (other, not assigned). Note: Note that non-character code points (e.g., U+FDD0) are not "defined" (they are Cn), but surrogate code points are "defined" (Cs).

ArrayObject::setFlags

(PHP 5 >= 5.1.0, PHP 7) Sets the behavior flags. public void ArrayObject::setFlags ( int $flags ) Set the flags that change the behavior of the ArrayObject. Parameters: flags The new ArrayObject behavior. It takes on either a bitmask, or named constants. Using named constants is strongly encouraged to ensure compatibility for future versions. The available behavior

SolrQuery::getGroupOffset

(PECL solr >= 2.2.0) Returns the group.offset value public integer SolrQuery::getGroupOffset ( void ) Returns the group.offset value Returns: See also: SolrQuery::setGroupOffset() -

ImagickPixelIterator::setIteratorFirstRow

(PECL imagick 2.0.0) Sets the pixel iterator to the first pixel row bool ImagickPixelIterator::setIteratorFirstRow ( void ) Sets the pixel iterator to the first pixel row. Returns: Returns TRUE on success. This function is currently not documented; only its argument list is available.

checkdate

(PHP 4, PHP 5, PHP 7) Validate a Gregorian date bool checkdate ( int $month, int $day, int $year ) Checks the validity of the date formed by the arguments. A date is considered valid if each parameter is properly defined. Parameters: month The month is between 1 and 12 inclusive. day The day is within the allowed number of days for the

HaruPage::setHorizontalScaling

(PECL haru >= 0.0.1) Set horizontal scaling for the page bool HaruPage::setHorizontalScaling ( float $scaling ) Set the horizontal scaling for the page. Parameters: scaling The horizontal scaling for text showing on the page. The initial value is 100. Returns: Returns TRUE on success. Exception: Throws a HaruEx

iconv_substr

(PHP 5, PHP 7) Cut out part of a string string iconv_substr ( string $str, int $offset [, int $length = iconv_strlen($str, $charset) [, string $charset = ini_get("iconv.internal_encoding") ]] ) Cuts a portion of str specified by the offset and length parameters. Parameters: str The original string. offset If offset is non-negative, ic