cairo_pattern_set_filter

(PECL cairo >= 0.1.0) Description void cairo_pattern_set_filter ( CairoSurfacePattern $pattern, int $filter ) The function description goes here. Parameters: pattern Description... filter Description... Returns: What is returned on success and failure This function is cu

pcntl_wexitstatus

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Returns the return code of a terminated child int pcntl_wexitstatus ( int $status ) Returns the return code of a terminated child. This function is only useful if pcntl_wifexited() returned TRUE. Parameters: status The status parameter is the status parameter supplied to a successful call to pcntl_waitpid(). Returns:

cairo_ps_get_levels

(PECL cairo >= 0.1.0) Description array cairo_ps_get_levels ( void ) The function description goes here. Returns: What is returned on success and failure This function is currently not documented; only its argument list is available. Exception: When does this function issue E_* level errors, and/or throw exceptions.

ocifetchstatement

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_fetch_all() Alias of oci_fetch_all() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

m_maxconntimeout

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) The maximum amount of time the API will attempt a connection to MCVE bool m_maxconntimeout ( resource $conn, int $secs ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). secs An MCVE_CONN resource returned by m_initengine(). Returns:

cyrus_close

(PHP 4 >= 4.1.0, PECL cyrus 1.0) Close connection to a Cyrus IMAP server bool cyrus_close ( resource $connection ) Closes the connection to a Cyrus IMAP server. Parameters: connection The connection handle. Returns: Returns TRUE on success or FALSE on failure.

imagepng

(PHP 4, PHP 5, PHP 7) Output a PNG image to either the browser or a file bool imagepng ( resource $image [, string $filename [, int $quality [, int $filters ]]] ) Outputs or saves a PNG image from the given image. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). filename

ReflectionProperty::isProtected

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

RarEntry::isEncrypted

(PECL rar >= 2.0.0) Test whether an entry is encrypted public bool RarEntry::isEncrypted ( void ) Tests whether the current entry contents are encrypted. Note: The password used may differ between files inside the same RAR archive. Returns: Returns TRUE if the current entry is encrypted and FALSE otherwise.

ibase_set_event_handler

(PHP 5, PHP 7) Register a callback function to be called when events are posted resource ibase_set_event_handler ( callable $event_handler, string $event_name1 [, string $event_name2 [, string $... ]] ) resource ibase_set_event_handler ( resource $connection , callable $event_handler , string $event_name1 [, string $event_name2 [, string $... ]] ) This function registers a PHP user function as event handler for the specifie