CachingIterator::__toString

(PHP 5, PHP 7) Return the string representation of the current element public void CachingIterator::__toString ( void ) Get the string representation of the current element. Returns: The string representation of the current element. This function is currently not documented; only its argument list is available.

MongoCollection::parallelCollectionScan

(PECL mongo >=1.5.0) Returns an array of cursors to iterator over a full collection in parallel public array[MongoCommandCursor] MongoCollection::parallelCollectionScan ( int $num_cursors ) This method returns an array of a maximum of num_cursors cursors. An iteration over one of the returned cursors results in a partial set of documents for a collection. Iteration over all the returned cursors results in getting every d

TokyoTyrantIterator::__construct

(PECL tokyo_tyrant >= 0.2.0) Construct an iterator public TokyoTyrantIterator::__construct ( mixed $object ) Construct a new TokyoTyrantIterator object. One connection can have multiple iterators but it is not quaranteed that all items are traversed in that case. object parameter can be either an of instance TokyoTyrant or TokyoTyrantTable. Returns: Throws an exception if iterator initializatio

gnupg_geterror

(PECL gnupg >= 0.1) Returns the errortext, if a function fails string gnupg_geterror ( resource $identifier ) Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg. Returns: Returns an errortext, if an error has occurred, otherwise FALSE. Examples: Procedura

jdtofrench

(PHP 4, PHP 5, PHP 7) Converts a Julian Day Count to the French Republican Calendar string jdtofrench ( int $juliandaycount ) Converts a Julian Day Count to the French Republican Calendar. Parameters: julianday A julian day number as integer Returns: The french revolution date as a string in the form "month/day/year"

SQLite3::querySingle

(PHP 5 >= 5.3.0, PHP 7) Executes a query and returns a single result public mixed SQLite3::querySingle ( string $query [, bool $entire_row = false ] ) Executes a query and returns a single result. Parameters: query The SQL query to execute. entire_row By default, querySingle() returns the value of the first column returned by the qu

zlib_decode

(PHP 5 >= 5.4.0, PHP 7) Uncompress any raw/gzip/zlib encoded data string zlib_decode ( string $data [, string $max_decoded_len ] ) Uncompress any raw/gzip/zlib encoded data. Parameters: data Uncompress any raw/gzip/zlib encoded data. max_decoded_len Uncompress any raw/gzip/zlib encoded data. Returns:

MongoCollection::setSlaveOkay

(PECL mongo >=1.1.0) Change slaveOkay setting for this collection public bool MongoCollection::setSlaveOkay ([ bool $ok = true ] ) See the query section of this manual for information on distributing reads to secondaries. Parameters: ok If reads should be sent to secondary members of a replica set for all possible queries using this MongoCollection instance.

symlink

(PHP 4, PHP 5, PHP 7) Creates a symbolic link bool symlink ( string $target, string $link ) symlink() creates a symbolic link to the existing target with the specified name link. Parameters: target Target of the link. link The link name. Returns: Returns TRUE on success or FALSE on failure.

PDOStatement::closeCursor

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.9.0) Closes the cursor, enabling the statement to be executed again. public bool PDOStatement::closeCursor ( void ) PDOStatement::closeCursor() frees up the connection to the server so that other SQL statements may be issued, but leaves the statement in a state that enables it to be executed again. This method is useful for database drivers that do not support executing a PDOSt