EvLoop::stat

(PECL ev >= 0.2.0) Creates EvStat watcher object associated with the current event loop instance final public EvStat EvLoop::stat ( string $path , double $interval , callable $callback [, mixed $data = NULL [, int $priority = 0 ]] ) Creates EvStat watcher object associated with the current event loop instance Returns: Returns EvStat object on success

Memcached::fetch

(PECL memcached >= 0.1.0) Fetch the next result public array Memcached::fetch ( void ) Memcached::fetch() retrieves the next result from the last request. Returns: Returns the next result or FALSE otherwise. The Memcached::getResultCode() will return Memcached::RES_END if result set is exhausted. Examples: Memcached::fetch() example

odbc_procedures

(PHP 4, PHP 5, PHP 7) Get the list of procedures stored in a specific data source resource odbc_procedures ( resource $connection_id ) resource odbc_procedures ( resource $connection_id , string $qualifier , string $owner , string $name ) Lists all procedures in the requested range. Parameters: connection_id The ODBC connection identifier, see odbc_connect() for details.

oci_fetch_assoc

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Returns the next row from a query as an associative array array oci_fetch_assoc ( resource $statement ) Returns an associative array containing the next result-set row of a query. Each array entry corresponds to a column of the row. This function is typically called in a loop until it returns FALSE, indicating no more rows exist. Calling oci_fetch_assoc() is identical to calling oci_fe

IntlChar::isbase

(PHP 7) Check if code point is a base character public static bool IntlChar::isbase ( mixed $codepoint ) Determines whether the specified code point is a base character. TRUE for general categories "L" (letters), "N" (numbers), "Mc" (spacing combining marks), and "Me" (enclosing marks). Note: This is different from the Unicode definition in chapter 3.5, conformance clause D13, which defines base characters to be all char

dio_seek

(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5, PHP 7) Seeks to pos on fd from whence int dio_seek ( resource $fd, int $pos [, int $whence = SEEK_SET ] ) The function dio_seek() is used to change the file position of the given file descriptor. Parameters: fd The file descriptor returned by dio_open(). pos The new position.

IntlChar::charFromName

(PHP 7) Find Unicode character by name and return its code point value public static int IntlChar::charFromName ( string $characterName [, int $nameChoice = IntlChar::UNICODE_CHAR_NAME ] ) Finds a Unicode character by its name and returns its code point value. The name is matched exactly and completely. If the name does not correspond to a code point, FALSE is returned. A Unicode 1.0 name is matched only if it differs f

MongoDB::execute

(PECL mongo >=0.9.3) Runs JavaScript code on the database server [deprecated] public array MongoDB::execute ( mixed $code [, array $args = array() ] ) The Mongo database server runs a JavaScript engine. This method allows you to run arbitary JavaScript on the database. This can be useful if you want touch a number of collections lightly, or process some results on the database side to reduce the amount that has to be sen

date

(PHP 4, PHP 5, PHP 7) Format a local time/date string date ( string $format [, int $timestamp = time() ] ) Returns a string formatted according to the given format string using the given integer timestamp or the current time if no timestamp is given. In other words, timestamp is optional and defaults to the value of time(). Parameters: format The format of the outputted

fann_scale_input

(PECL fann >= 1.0.0) Scale data in input vector before feed it to ann based on previously calculated parameters bool fann_scale_input ( resource $ann, array $input_vector ) Scale data in input vector before feed it to ann based on previously calculated parameters. Parameters: ann Neural network resource. input_vector Input vector that