Locale::getPrimaryLanguage

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Gets the primary language for the input locale public static string Locale::getPrimaryLanguage ( string $locale ) Object oriented style Procedural style string locale_get_primary_language ( string $locale ) Gets the primary language for the input locale Parameters: locale The locale to extract the primary language cod

ReflectionExtension::export

(PHP 5, PHP 7) Export public static string ReflectionExtension::export ( string $name [, string $return = false ] ) Exports a reflected extension. The output format of this function is the same as the CLI argument --re [extension]. Parameters: name The reflection to export. return Setting to TRUE will return the export, as opposed to e

db2_column_privileges

(PECL ibm_db2 >= 1.0.0) Returns a result set listing the columns and associated privileges for a table resource db2_column_privileges ( resource $connection [, string $qualifier [, string $schema [, string $table-name [, string $column-name ]]]] ) Returns a result set listing the columns and associated privileges for a table. Parameters: connection A valid connection

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