HaruDestination::setFitR

(PECL haru >= 0.0.1) Set the appearance of the page to fit the specified rectangle bool HaruDestination::setFitR ( float $left, float $bottom, float $right, float $top ) Defines the appearance of the page to fit the rectangle by the parameters. Parameters: left The left coordinates of the page. bottom The bottom coordinates of the pa

HaruDestination::setFitB

(PECL haru >= 0.0.1) Set the appearance of the page to fit the bounding box of the page within the window bool HaruDestination::setFitB ( void ) Defines the appearance of the page to fit the bounding box of the page within the window. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

HaruDestination::setFitH

(PECL haru >= 0.0.1) Set the appearance of the page to fit the window width bool HaruDestination::setFitH ( float $top ) Defines the appearance of the page to fit the window width and sets the top position of the page to the value of top. Parameters: top The top position of the page. Returns: Returns TRUE on success. Ex

db2_field_num

(PECL ibm_db2 >= 1.0.0) Returns the position of the named column in a result set int db2_field_num ( resource $stmt, mixed $column ) Returns the position of the named column in a result set. Parameters: stmt Specifies a statement resource containing a result set. column Specifies the column in the result set. This can either be an

fdf_set_encoding

(PHP 4 >= 4.0.7, PHP 5, PHP 7) Sets FDF character encoding bool fdf_set_encoding ( resource $fdf_document, string $encoding ) Sets the character encoding for the FDF document. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string(). encoding The encoding name. The following values a

xml_parser_create

(PHP 4, PHP 5, PHP 7) Create an XML parser resource xml_parser_create ([ string $encoding ] ) xml_parser_create() creates a new XML parser and returns a resource handle referencing it to be used by the other XML functions. Parameters: encoding The optional encoding specifies the character encoding for the input/output in PHP 4. Starting from PHP 5, the input encoding is a

xattr_supported

(PECL xattr >= 1.0.0) Check if filesystem supports extended attributes bool xattr_supported ( string $filename [, int $flags = 0 ] ) This functions checks if the filesystem holding the given file supports extended attributes. Read access to the file is required. Parameters: filename The path of the tested file. flags Supported xatt

Memcached::getResultMessage

(PECL memcached >= 1.0.0) Return the message describing the result of the last operation public string Memcached::getResultMessage ( void ) Memcached::getResultMessage() returns a string that describes the result code of the last executed Memcached method. Returns: Message describing the result of the last Memcached operation. Examples:

gmp_cmp

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Compare numbers int gmp_cmp ( GMP $a, GMP $b ) Compares two numbers. Parameters: a 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. b Either a GMP number resource in PHP 5.5 and earlie

finfo_set_flags

(PHP >= 5.3.0, PECL fileinfo >= 0.1.0) Set libmagic configuration options bool finfo_set_flags ( resource $finfo, int $options ) Procedural style Object oriented style public bool finfo::set_flags ( int $options ) This function sets various Fileinfo options. Options can be set also directly in finfo_open() or other Fileinfo functions. Parameters: finfo Fileinfo res