px_set_value

(PECL paradox >= 1.1.0) Sets a value bool px_set_value ( resource $pxdoc, string $name, float $value ) Sets various values. Parameters: pxdoc Resource identifier of the paradox database as returned by px_new(). name name can be one of the following. value name can be one of the following.

ctype_lower

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for lowercase character(s) bool ctype_lower ( string $text ) Checks if all of the characters in the provided string, text, are lowercase letters. Parameters: text The tested string. Returns: Returns TRUE if every character in text is a lowercase letter in the current locale.

trader_minus_dm

(PECL trader >= 0.2.0) Minus Directional Movement array trader_minus_dm ( array $high, array $low [, integer $timePeriod ] ) Parameters: high High price, array of real values. low Low price, array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns:

sqlite_error_string

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Returns the textual description of an error code string sqlite_error_string ( int $error_code ) Returns a human readable description of the error_code returned from sqlite_last_error(). Parameters: error_code The error code being used, which might be passed in from sqlite_last_error(). Returns: Returns

apcu_delete

(PECL apcu >= 4.0.0) Removes a stored variable from the cache mixed apcu_delete ( string $key ) Removes a stored variable from the cache. Parameters: key The key used to store the value (with apcu_store()). Returns: Returns TRUE on success or FALSE on failure. Examples: A apcu_de

stream_encoding

(No version information available, might only be in Git) Set character set for stream encoding bool stream_encoding ( resource $stream [, string $encoding ] ) This function is currently not documented; only its argument list is available.

APCIterator::current

(PECL apc >= 3.1.1) Get current item public mixed APCIterator::current ( void ) Gets the current item from the APCIterator stack. Returns: Returns the current item on success, or FALSE if no more items or exist, or on failure. See also: APCIterator::next() - Iterator::current() -

MessageFormatter::formatMessage

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Quick format message public static string MessageFormatter::formatMessage ( string $locale, string $pattern, array $args ) Object oriented style Procedural style string msgfmt_format_message ( string $locale , string $pattern , array $args ) Quick formatting function that formats the string without having to explicitly create the formatter object. Use this function when

eio_lstat

(PECL eio >= 0.0.1dev) Get file status resource eio_lstat ( string $path, int $pri, callable $callback [, mixed $data = NULL ] ) eio_lstat() returns file status information in result argument of callback Parameters: path The file path pri The request priority: EIO_PRI_DEFAULT, EIO_PRI_MIN, EIO_PRI_MAX, or NULL. If NULL passed, pri in

mssql_fetch_batch

(PHP 4 >= 4.0.4, PHP 5, PECL odbtp >= 1.1.1) Returns the next batch of records int mssql_fetch_batch ( resource $result ) Returns the next batch of records. Parameters: result The result resource that is being evaluated. This result comes from a call to mssql_query(). Returns: Returns the number of rows in the returned batch.