HaruPage::getCurrentTextPos

(PECL haru >= 0.0.1) Get the current position for text printing array HaruPage::getCurrentTextPos ( void ) Get the current position for text printing. Returns: Returns the current position for text printing as an array with 2 elements - "x" and "y". Exception: Throws a HaruException on error.

MongoCursor::getNext

(PECL mongo >=0.9.0) Advances the cursor to the next result, and returns that result public array MongoCursor::getNext ( void ) Note: MongoCursor::getNext() is an alias of MongoCursor::next().

TokyoTyrant::setMaster

(PECL tokyo_tyrant >= 0.1.0) Set the replication master public mixed TokyoTyrant::setMaster ( string $host, int $port, int $timestamp [, bool $check_consistency = true ] ) Sets the replication master of the database Parameters: host Hostname of the replication master. If NULL the replication is disabled. port Port of the replication

pg_fetch_array

(PHP 4, PHP 5, PHP 7) Fetch a row as an array array pg_fetch_array ( resource $result [, int $row [, int $result_type = PGSQL_BOTH ]] ) pg_fetch_array() returns an array that corresponds to the fetched row (record). pg_fetch_array() is an extended version of pg_fetch_row(). In addition to storing the data in the numeric indices (field number) to the result array, it can also store the data using associative indices (field

ZipArchive::getStatusString

(PHP 5 >= 5.2.7, PHP 7) Returns the status error message, system and/or zip messages string ZipArchive::getStatusString ( void ) Returns the status error message, system and/or zip messages. Returns: Returns a string with the status message on success or FALSE on failure.

msession_get_array

(PHP 4 >= 4.2.0, PHP 5 <= 5.1.2) Get array of msession variables array msession_get_array ( string $session ) This function is currently not documented; only its argument list is available.

MongoId::getHostname

(PECL mongo >= 1.0.8) Gets the hostname being used for this machine's ids public static string MongoId::getHostname ( void ) This returns the hostname MongoId is using to generate unique ids. This should be the same value gethostname() returns. It is identical to the function: <?php public static function getHostname() {     return gethostname(); } ?> Returns: Returns the hostnam

pg_lo_tell

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Returns current seek position a of large object int pg_lo_tell ( resource $large_object ) pg_lo_tell() returns the current position (offset from the beginning) of a large object. To use the large object interface, it is necessary to enclose it within a transaction block. Parameters: large_object PostgreSQL large object (LOB) resource,

mcrypt_enc_is_block_algorithm_mode

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Checks whether the encryption of the opened mode works on blocks bool mcrypt_enc_is_block_algorithm_mode ( resource $td ) Tells whether the algorithm of the opened mode works on blocks (e.g. FALSE for stream, and TRUE for cbc, cfb, ofb).. Parameters: td The encryption descriptor. Returns: Returns TRUE if the mode

ingres_escape_string

(PECL ingres >= 2.1.0) Escape special characters for use in a query string ingres_escape_string ( resource $link, string $source_string ) ingres_escape_string() is used to escape certain characters within a string before it is sent to the database server. Parameters: link The connection link identifier source_string The source string