NumberFormatter::setAttribute

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Set an attribute public bool NumberFormatter::setAttribute ( int $attr, int $value ) Object oriented style Procedural style bool numfmt_set_attribute ( NumberFormatter $fmt , int $attr , int $value ) Set a numeric attribute associated with the formatter. An example of a numeric attribute is the number of integer digits the formatter will produce. Paramet

imap_createmailbox

(PHP 4, PHP 5, PHP 7) Create a new mailbox bool imap_createmailbox ( resource $imap_stream, string $mailbox ) Creates a new mailbox specified by mailbox. Parameters: imap_stream An IMAP stream returned by imap_open(). mailbox The mailbox name, see imap_open() for more information. Names containing international characters should be encode

eio_lstat

(PECL eio >= 0.0.1dev) Get file status resource eio_lstat ( string $path, int $pri, callable $callback [, mixed $data = NULL ] ) eio_lstat() returns file status information in result argument of callback Parameters: path The file path pri The request priority: EIO_PRI_DEFAULT, EIO_PRI_MIN, EIO_PRI_MAX, or NULL. If NULL passed, pri in

APCIterator::current

(PECL apc >= 3.1.1) Get current item public mixed APCIterator::current ( void ) Gets the current item from the APCIterator stack. Returns: Returns the current item on success, or FALSE if no more items or exist, or on failure. See also: APCIterator::next() - Iterator::current() -

fann_create_sparse_array

(PECL fann >= 1.0.0) Creates a standard backpropagation neural network, which is not fully connected using an array of layer sizes ReturnType fann_create_sparse_array ( float $connection_rate, int $num_layers, array $layers ) Creates a standard backpropagation neural network, which is not fully connected using an array of layer sizes. Parameters: connection_rate The c

Gmagick::setimageunits

(PECL gmagick >= Unknown) Sets the image units of resolution. public Gmagick Gmagick::setimageunits ( int $resolution ) Sets the image units of resolution. Parameters: resolution The image units of resolution : Undefinedresolution, PixelsPerInchResolution, or PixelsPerCentimeterResolution. Returns: The Gmagick object on success.

vpopmail_del_domain

(PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) Delete a virtual domain bool vpopmail_del_domain ( string $domain ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This function is currently not documen

ibase_rollback_ret

(PHP 5, PHP 7) Roll back a transaction without closing it bool ibase_rollback_ret ([ resource $link_or_trans_identifier = NULL ] ) Rolls back a transaction without closing it. Parameters: link_or_trans_identifier If called without an argument, this function rolls back the default transaction of the default link. If the argument is a connection identifier, the default tra

ibase_fetch_object

(PHP 5, PHP 7) Get an object from a InterBase database object ibase_fetch_object ( resource $result_id [, int $fetch_flag = 0 ] ) Fetches a row as a pseudo-object from a given result identifier. Subsequent calls to ibase_fetch_object() return the next row in the result set. Parameters: result_id An InterBase result identifier obtained either by ibase_query() or ibase_e

dba_close

(PHP 4, PHP 5, PHP 7) Close a DBA database void dba_close ( resource $handle ) dba_close() closes the established database and frees all resources of the specified database handle. Parameters: handle The database handler, returned by dba_open() or dba_popen(). Returns: No value is returned.