hw_api_object::count

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns number of attributes int hw_api_object::count ( array $parameter ) Returns the number of attributes. Parameters: parameter Returns the number of attributes. Returns: Returns the number as an integer.

ceil

(PHP 4, PHP 5, PHP 7) Round fractions up float ceil ( float $value ) Returns the next highest integer value by rounding up value if necessary. Parameters: value The value to round Returns: value rounded up to the next highest integer. The return value of ceil() is still of type float as the value range of float is usually bigger than that of inte

ImagickDraw::pathCurveToSmoothAbsolute

(PECL imagick 2.0.0) Draws a cubic Bezier curve bool ImagickDraw::pathCurveToSmoothAbsolute ( float $x2, float $y2, float $x, float $y ) Draws a cubic Bezier curve from the current point to (x,y) using absolute coordinates. The first control point is assumed to be the reflection of the second control point on the previous command relative to the current point. (If there is no previous command or if the previous command was n

SplFileInfo::__construct

(PHP 5 >= 5.1.2, PHP 7) Construct a new SplFileInfo object public SplFileInfo::__construct ( string $file_name ) Creates a new SplFileInfo object for the file_name specified. The file does not need to exist, or be readable. Parameters: file_name Path to the file. Examples: SplFileInfo::__construct()

preg_replace_callback

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Perform a regular expression search and replace using a callback mixed preg_replace_callback ( mixed $pattern, callable $callback, mixed $subject [, int $limit = -1 [, int &$count ]] ) The behavior of this function is almost identical to preg_replace(), except for the fact that instead of replacement parameter, one should specify a callback. Parameters:

dcngettext

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Plural version of dcgettext string dcngettext ( string $domain, string $msgid1, string $msgid2, int $n, int $category ) This function allows you to override the current domain for a single plural message lookup. Parameters: domain The domain msgid1 The domain msgid2 T

odbc_rollback

(PHP 4, PHP 5, PHP 7) Rollback a transaction bool odbc_rollback ( resource $connection_id ) Rolls back all pending statements on the connection. Parameters: connection_id The ODBC connection identifier, see odbc_connect() for details. Returns: Returns TRUE on success or FALSE on failure.

gmp_pow

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Raise number into power GMP gmp_pow ( GMP $base, int $exp ) Raise base into power exp. Parameters: base The base number. Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number. exp The pos

Judy::last

(PECL judy >= 0.1.1) Search for the last index in the Judy array public void Judy::last ([ string $index ] ) Search (inclusive) for the last index present that is equal to or less than the passed Index. Parameters: index The index can be an integer or a string corresponding to the index where to start the search. Returns: Return the correspon

HaruPage::setTextMatrix

(PECL haru >= 0.0.1) Set the current text transformation matrix of the page bool HaruPage::setTextMatrix ( float $a, float $b, float $c, float $d, float $x, float $y ) Defines the text transformation matrix of the page. Parameters: a Width multiplier. b Vertical skew in radians. c Horizontal skew i