cairo_surface_status

(PECL cairo >= 0.1.0) Description int cairo_surface_status ( 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.

IntlCalendar::getErrorCode

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get last error code on the object public int IntlCalendar::getErrorCode ( void ) Object oriented style (method): Procedural style: int intlcal_get_error_code ( IntlCalendar $calendar ) Returns the numeric ICU error code for the last call on this object (including cloning) or the IntlCalendar given for the calendar parameter (in the procedural‒style version). This may indicate only a wa

svn_fs_check_path

(PECL svn >= 0.1.0) Determines what kind of item lives at path in a given repository fsroot int svn_fs_check_path ( resource $fsroot, string $path ) Determines what kind of item lives at path in a given repository fsroot This function is currently not documented; only its argument list is available.

array_intersect_assoc

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Computes the intersection of arrays with additional index check array array_intersect_assoc ( array $array1, array $array2 [, array $... ] ) array_intersect_assoc() returns an array containing all the values of array1 that are present in all the arguments. Note that the keys are used in the comparison unlike in array_intersect(). Parameters: array1

ps_set_info

(PECL ps >= 1.1.0) Sets information fields of document bool ps_set_info ( resource $p, string $key, string $val ) Sets certain information fields of the document. This fields will be shown as a comment in the header of the PostScript file. If the document is converted to pdf this fields will also be used for the document information. The BoundingBox is usually set to the value given to the first page. This only works if

Imagick::getImageRegion

(PECL imagick 2.0.0) Extracts a region of the image Imagick Imagick::getImageRegion ( int $width, int $height, int $x, int $y ) Extracts a region of the image and returns it as a new Imagick object. Parameters: width The width of the extracted region. height The height of the extracted region. x X-coo

openal_source_pause

(PECL openal >= 0.1.0) Pause the source bool openal_source_pause ( resource $source ) Parameters: source An Open AL(Source) resource (previously created by openal_source_create()). Returns: Returns TRUE on success or FALSE on failure. See also: openal_source

ibase_blob_cancel

(PHP 5, PHP 7) Cancel creating blob bool ibase_blob_cancel ( resource $blob_handle ) This function will discard a BLOB if it has not yet been closed by ibase_blob_close(). Parameters: blob_handle A BLOB handle opened with ibase_blob_create(). Returns: Returns TRUE on success or FALSE on failure.

fann_create_sparse

(PECL fann >= 1.0.0) Creates a standard backpropagation neural network, which is not fully connected ReturnType fann_create_sparse ( float $connection_rate, int $num_layers, int $num_neurons1, int $num_neurons2 [, int $... ] ) Creates a standard backpropagation neural network, which is not fully connected. Parameters: connection_rate The connection rate controls how m

Locale::parseLocale

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Returns a key-value array of locale ID subtag elements. public static array Locale::parseLocale ( string $locale ) Object oriented style Procedural style array locale_parse ( string $locale ) Returns a key-value array of locale ID subtag elements. Parameters: locale The locale to extract the subtag array from. Note: T