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

Yaf_Response_Abstract::__destruct

(Yaf >=1.0.0) The __destruct purpose public void Yaf_Response_Abstract::__destruct ( void ) Returns: This function is currently not documented; only its argument list is available.

fdf_set_submit_form_action

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Sets a submit form action of a field bool fdf_set_submit_form_action ( resource $fdf_document, string $fieldname, int $trigger, string $script, int $flags ) Sets a submit form action for the given field. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string(). fiel

ssh2_methods_negotiated

(PECL ssh2 >= 0.9.0) Return list of negotiated methods array ssh2_methods_negotiated ( resource $session ) Returns list of negotiated methods. Parameters: session An SSH connection link identifier, obtained from a call to ssh2_connect(). Returns: Examples: Determining what methods we