imagecreate

(PHP 4, PHP 5, PHP 7) Create a new palette based image resource imagecreate ( int $width, int $height ) imagecreate() returns an image identifier representing a blank image of specified size. In general, we recommend the use of imagecreatetruecolor() instead of imagecreate() so that image processing occurs on the highest quality image possible. If you want to output a palette image, then imagetruecolortopalette() should be

uopz_backup

(PECL uopz >= 1.0.3) Backup a function void uopz_backup ( string $class, string $function ) void uopz_backup ( string $function ) Backup a function at runtime, to be restored on shutdown Parameters: class The name of the class containing the function to backup function The name of the function Returns:

SWFButton::setDown

(PHP 5 <= 5.3.0, PECL ming SVN) Alias for addShape(shape, SWFBUTTON_DOWN) void SWFButton::setDown ( SWFShape $shape ) swfbutton::setdown() alias for addShape(shape, SWFBUTTON_DOWN). Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future relea

fbsql_field_len

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Returns the length of the specified field int fbsql_field_len ( resource $result [, int $field_offset ] ) Returns the length of the specified field. Parameters: result A result pointer returned by fbsql_list_fields(). field_offset The numerical offset of the field. The field index starts at 0.

GearmanClient::doStatus

(PECL gearman >= 0.5.0) Get the status for the running task public array GearmanClient::doStatus ( void ) Returns the status for the running task. This should be used between repeated GearmanClient::doNormal() calls. Returns: An array representing the percentage completion given as a fraction, with the first element the numerator and the second element the denomintor.

HaruDoc::getCurrentEncoder

(PECL haru >= 0.0.1) Get HaruEncoder currently used in the document object HaruDoc::getCurrentEncoder ( void ) Get the HaruEncoder currently used in the document. Returns: Returns HaruEncoder currently used in the document or FALSE if encoder is not set. Exception: Throws a HaruException on error. See also:

trader_cdlgapsidesidewhite

(PECL trader >= 0.2.0) Up/Down-gap side-by-side white lines array trader_cdlgapsidesidewhite ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values.

ifxus_write_slob

(PHP 4, PHP <=5.2.0) Writes a string into the slob object int ifxus_write_slob ( int $bid, string $content ) Writes a string into the slob object. Parameters: bid An existing slob id. content The content to write, as a string. Returns: Returns the bytes written as an integer, or FALSE on errors.

ReflectionProperty::isStatic

(PHP 5, PHP 7) Checks if property is static public bool ReflectionProperty::isStatic ( void ) Checks whether the property is static. Returns: TRUE if the property is static, FALSE otherwise. See also: ReflectionProperty::isPublic() - ReflectionProperty::isProtected() -

mysqli::$error

(PHP 5, PHP 7) Returns a string description of the last error string mysqli_error ( mysqli $link ) Object oriented style string $mysqli->error; Procedural style Returns the last error message for the most recent MySQLi function call that can succeed or fail. Parameters: link Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()