db2_field_precision

(PECL ibm_db2 >= 1.0.0) Returns the precision of the indicated column in a result set int db2_field_precision ( resource $stmt, mixed $column ) Returns the precision of the indicated column in a result set. Parameters: stmt Specifies a statement resource containing a result set. column Specifies the column in the result set. This c

IntlCalendar::getWeekendTransition

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get time of the day at which weekend begins or ends public int IntlCalendar::getWeekendTransition ( string $dayOfWeek ) Object oriented style Procedural style int intlcal_get_weekend_transition ( IntlCalendar $cal , string $dayOfWeek ) Returns the number of milliseconds after midnight at which the weekend begins or ends. This is only applicable for days of the week for which Intl

SolrClient::deleteById

(PECL solr >= 0.9.2) Delete by Id public SolrUpdateResponse SolrClient::deleteById ( string $id ) Deletes the document with the specified ID. Where ID is the value of the uniqueKey field declared in the schema Parameters: id The value of the uniqueKey field declared in the schema Returns: Returns a SolrUpdateResponse on success and throws an e

yp_cat

(PHP 4 >= 4.0.6, PHP 5 <= 5.0.5) Return an array containing the entire map array yp_cat ( string $domain, string $map ) Returns all map entries. Parameters: domain The NIS domain name. map The NIS map. Returns: Returns an array of all map entries, the maps key values as array indices and the maps entries

msql_fieldtable

(PHP 4, PHP 5, PHP 7) Alias of msql_field_table() This function is an alias of msql_field_table().

SplDoublyLinkedList::offsetExists

(PHP 5 >= 5.3.0, PHP 7) Returns whether the requested $index exists public bool SplDoublyLinkedList::offsetExists ( mixed $index ) Parameters: index The index being checked. Returns: TRUE if the requested index exists, otherwise FALSE

IntlBreakIterator::getPartsIterator

(No version information available, might only be in Git) Create iterator for navigating fragments between boundaries public ReturnType IntlBreakIterator::getPartsIterator ([ string $"key_type" ] ) Parameters: "key_type" Returns: This function is currently not documented; only its argument list is available.

php_uname

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns information about the operating system PHP is running on string php_uname ([ string $mode = "a" ] ) php_uname() returns a description of the operating system PHP is running on. This is the same string you see at the very top of the phpinfo() output. For the name of just the operating system, consider using the PHP_OS constant, but keep in mind this constant will contain the operatin

trader_kama

(PECL trader >= 0.2.0) Kaufman Adaptive Moving Average array trader_kama ( array $real [, integer $timePeriod ] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array with calculated data or false on failure.

fbsql_list_dbs

(PHP 4 >= 4.0.6, PHP 5, PHP 7) List databases available on a FrontBase server resource fbsql_list_dbs ([ resource $link_identifier ] ) Return a result pointer containing the databases available from the current fbsql daemon. Use the fbsql_tablename() to traverse this result pointer. Parameters: link_identifier A FrontBase link identifier returned by fbsql_connect() or f