radius_put_vendor_int

(PECL radius >= 1.1.0) Attaches a vendor specific integer attribute bool radius_put_vendor_int ( resource $radius_handle, int $vendor, int $type, int $value [, int $options = 0 [, int $tag ]] ) Attaches a vendor specific integer attribute to the current RADIUS request. Note: A request must be created via radius_create_request() before this function can be called. Parameters: ra

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() -

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.

cubrid_close_prepare

(PECL CUBRID >= 8.3.0) Close the request handle bool cubrid_close_prepare ( resource $req_identifier ) The cubrid_close_prepare() function closes the request handle given by the req_identifier argument, and releases the memory region related to the handle. It is an alias of cubrid_close_request(). Parameters: req_identifier Request identifier. Return

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().

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