cairo_surface_get_content

(PECL cairo >= 0.1.0) Description int cairo_surface_get_content ( CairoSurface $surface ) The function description goes here. Parameters: surface Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

xdiff_file_diff_binary

(PECL xdiff >= 0.2.0) Alias of xdiff_file_bdiff bool xdiff_file_diff_binary ( string $old_file, string $new_file, string $dest ) Makes a binary diff of two files and stores the result in a patch file. This function works with both text and binary files. Resulting patch file can be later applied using xdiff_file_bpatch(). Starting with version 1.5.0 this function is an alias of xdiff_file_bdiff(). Parame

dio_read

(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5, PHP 7) Reads bytes from a file descriptor string dio_read ( resource $fd [, int $len = 1024 ] ) The function dio_read() reads and returns len bytes from file with descriptor fd. Parameters: fd The file descriptor returned by dio_open(). len The number of bytes to read. If not specified, dio_read()

mysqli_stmt::execute

(PHP 5, PHP 7) Executes a prepared Query bool mysqli_stmt::execute ( void ) Object oriented style Procedural style bool mysqli_stmt_execute ( mysqli_stmt $stmt ) Executes a query that has been previously prepared using the mysqli_prepare() function. When executed any parameter markers which exist will automatically be replaced with the appropriate data. If the statement is UPDATE, DELETE, or INSERT, the total number of af

fann_get_rprop_delta_min

(PECL fann >= 1.0.0) Returns the minimum step-size float fann_get_rprop_delta_min ( resource $ann ) The minimum step-size is a small positive number determining how small the minimum step-size may be. The default value delta min is 0.0. Parameters: ann Neural network resource. Returns: The minimum step-size, or FALSE on error.

IntlCalendar::getType

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the calendar type public string IntlCalendar::getType ( void ) Object oriented style Procedural style string intlcal_get_type ( IntlCalendar $cal ) A string describing the type of this calendar. This is one of the valid values for the calendar keyword value 'calendar'. Parameters: cal The IntlCalendar resource.

m_verifyconnection

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Set whether or not to PING upon connect to verify connection bool m_verifyconnection ( resource $conn, int $tf ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). tf An MCVE_CONN resource returned by m_initengine(). Returns:

enchant_broker_list_dicts

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 1.0.1) Returns a list of available dictionaries mixed enchant_broker_list_dicts ( resource $broker ) Returns a list of available dictionaries with their details. Parameters: broker Broker resource Returns: Returns TRUE on success or FALSE on failure. E

Gmagick::getquantumdepth

(PECL gmagick >= Unknown) Returns the Gmagick quantum depth as a string. public array Gmagick::getquantumdepth ( void ) Returns the Gmagick quantum depth as a string. Returns: Returns the Gmagick quantum depth as a string. Exception: Throws an GmagickException on error.

mb_ereg_search_pos

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string array mb_ereg_search_pos ([ string $pattern [, string $option = "ms" ]] ) Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string The string for match is specified by mb_ereg_search_init(). If it is not specified, t