MongoDB::getDBRef

(PECL mongo >=0.9.0) Fetches the document pointed to by a database reference public array MongoDB::getDBRef ( array $ref ) Parameters: ref A database reference. Returns: Returns the document pointed to by the reference. Examples: MongoDB::getDBRef() example Example demon

ifx_nullformat

(PHP 4, PHP <=5.2.0) Sets the default return value on a fetch row bool ifx_nullformat ( int $mode ) Sets the default return value of a NULL-value on a fetch row. Parameters: mode Mode "0" returns "", and mode "1" returns "NULL". Returns: Returns TRUE on success or FALSE on failure.

db2_conn_errormsg

(PECL ibm_db2 >= 1.0.0) Returns the last connection error message and SQLCODE value string db2_conn_errormsg ([ resource $connection ] ) db2_conn_errormsg() returns an error message and SQLCODE value representing the reason the last database connection attempt failed. As db2_connect() returns FALSE in the event of a failed connection attempt, do not pass any parameters to db2_conn_errormsg() to retrieve the associated e

sybase_num_rows

(PHP 4, PHP 5, PHP 7) Get number of rows in a result set int sybase_num_rows ( resource $result ) sybase_num_rows() returns the number of rows in a result set. Parameters: result sybase_num_rows() returns the number of rows in a result set. Returns: Returns the number of rows as an integer.

SDO_DataObject::getTypeName

(^) Return the name of the type for a data object. string SDO_DataObject::getTypeName ( void ) Return the name of the type for a data object. A convenience method corresponding to SDO_Model_ReflectionDataObject::getType().getName(). Returns: The name of the type for the data object. This function is EXPERIMENTAL. The behaviour of this function, its name, and

TokyoTyrant::num

(PECL tokyo_tyrant >= 0.1.0) Number of records in the database public int TokyoTyrant::num ( void ) Returns the number of records in the database Returns: Returns number of records in the database Examples: TokyoTyrant::num() example <?php /* Connect to a database on default port */ $tt = new TokyoTyrant("localhost"

SolrClient::deleteByIds

(PECL solr >= 0.9.2) Deletes by Ids public SolrUpdateResponse SolrClient::deleteByIds ( array $ids ) Deletes a collection of documents with the specified set of ids. Parameters: ids An array of IDs representing the uniqueKey field declared in the schema for each document to be deleted. This must be an actual php variable. Returns: Returns a So

Imagick::setImageIterations

(PECL imagick 2.0.0) Sets the image iterations bool Imagick::setImageIterations ( int $iterations ) Sets the number of iterations an animated image is repeated. Parameters: iterations The number of iterations the image should loop over. Set to '0' to loop continuously. Returns: Returns TRUE on success. Exception:

crack_check

(PECL crack >= 0.1) Performs an obscure check with the given password bool crack_check ( resource $dictionary, string $password ) bool crack_check ( string $password , string $username = "" , string $gecos = "" , resource $dictionary = NULL ) Performs an obscure check with the given password on the specified dictionary. The alternative signature also takes into account the username and the GECOS information.

maxdb_param_count

(PECL maxdb 1.0) Alias of maxdb_stmt_param_count() This function is an alias of: maxdb_stmt_param_count(). This function alias is deprecated and only exists for backwards compatibility reasons. The use of this function is not recommended, as it may be removed from PHP in the future.