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.

DOMNode::appendChild

(PHP 5, PHP 7) Adds new child at the end of the children public DOMNode DOMNode::appendChild ( DOMNode $newnode ) This function appends a child to an existing list of children or creates a new list of children. The child can be created with e.g. DOMDocument::createElement(), DOMDocument::createTextNode() etc. or simply by using any other node. Parameters: newnode The ap

pg_tty

(PHP 4, PHP 5, PHP 7) Return the TTY name associated with the connection string pg_tty ([ resource $connection ] ) pg_tty() returns the TTY name that server side debugging output is sent to on the given PostgreSQL connection resource. Note: pg_tty() is obsolete, since the server no longer pays attention to the TTY setting, but the function remains for backwards compatibility. Parameters:

msql_db_query

(PHP 4, PHP 5, PHP 7) Send mSQL query resource msql_db_query ( string $database, string $query [, resource $link_identifier ] ) msql_db_query() selects a database and executes a query on it. Parameters: database The name of the mSQL database. query The SQL query. link_identifier The mSQL connection. If

variant_cast

(PHP 5, PHP 7) Convert a variant into a new variant object of another type variant variant_cast ( variant $variant, int $type ) This function makes a copy of variant and then performs a variant cast operation to force the copy to have the type given by type. This function wraps VariantChangeType() in the COM library; consult MSDN for more information. Parameters: variant