ZipArchive::unchangeIndex

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0) Revert all changes done to an entry at the given index bool ZipArchive::unchangeIndex ( int $index ) Revert all changes done to an entry at the given index. Parameters: index Index of the entry. Returns: Returns TRUE on success or FALSE on failure.

date_diff

(PHP 5 >= 5.3.0, PHP 7) Alias of DateTime::diff() This function is an alias of: DateTime::diff()

Imagick::newImage

(PECL imagick 2.0.0) Creates a new image bool Imagick::newImage ( int $cols, int $rows, mixed $background [, string $format ] ) Creates a new image and associates ImagickPixel value as background color Parameters: cols Columns in the new image rows Rows in the new image background The background color

ncurses_flash

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Flash terminal screen (visual bell) bool ncurses_flash ( void ) Flashes the screen, and if its not possible, sends an audible alert (bell). Returns: Returns FALSE on success, otherwise TRUE. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may

ingres_field_length

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0) Get the length of a field int ingres_field_length ( resource $result, int $index ) ingres_field_length() returns the length of a field. This is the number of bytes the server uses to store the field. For detailed information, see the Ingres OpenAPI User Guide, Appendix "Data Types" in the Ingres documentation. Note: Related Configurations See ingres.array_ind

imap_scanmailbox

(PHP 4, PHP 5, PHP 7) Alias of imap_listscan() This function is an alias of: imap_listscan().

wincache_ucache_cas

(PECL wincache >= 1.1.0) Compares the variable with old value and assigns new value to it bool wincache_ucache_cas ( string $key, int $old_value, int $new_value ) Compares the variable associated with the key with old_value and if it matches then assigns the new_value to it. Parameters: key The key that is used to store the variable in the cache. key is case sensitiv

Locale::lookup

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Searches the language tag list for the best match to the language public static string Locale::lookup ( array $langtag, string $locale [, bool $canonicalize = false [, string $default ]] ) Object oriented style Procedural style string locale_lookup ( array $langtag , string $locale [, bool $canonicalize = false [, string $default ]] ) Searches the items in langtag for t

GmagickPixel::getcolorcount

(PECL gmagick >= Unknown) Returns the color count associated with this color public int GmagickPixel::getcolorcount ( void ) Returns the color count associated with this color Returns: Returns the color count as an integer on success, throws GmagickPixelException on failure.

newt_init

(PECL newt >= 0.1) Initialize newt int newt_init ( void ) Initializes the newt interface. This function must be called before any other newt function. Returns: Returns 1 on success, 0 on failure. See also: newt_finished() -