gzeof

(PHP 4, PHP 5, PHP 7) Test for EOF on a gz-file pointer int gzeof ( resource $zp ) Tests the given GZ file pointer for EOF. Parameters: zp The gz-file pointer. It must be valid, and must point to a file successfully opened by gzopen(). Returns: Returns TRUE if the gz-file pointer is at EOF or an error occurs; otherwise returns FALSE.

ibase_field_info

(PHP 5, PHP 7) Get information about a field array ibase_field_info ( resource $result, int $field_number ) Returns an array with information about a field after a select query has been run. Parameters: result An InterBase result identifier. field_number Field offset. Returns: Returns an array with the followin

SplFileInfo::getOwner

(PHP 5 >= 5.1.2, PHP 7) Gets the owner of the file public int SplFileInfo::getOwner ( void ) Gets the file owner. The owner ID is returned in numerical format. Returns: The owner id in numerical format. Exception: Throws RuntimeException on error. Examples: SplFileInfo::getOwner() example <?php $in

XMLWriter::writeAttributeNS

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full namespaced attribute bool XMLWriter::writeAttributeNS ( string $prefix, string $name, string $uri, string $content ) Object oriented style Procedural style bool xmlwriter_write_attribute_ns ( resource $xmlwriter , string $prefix , string $name , string $uri , string $content ) Writes a full namespaced attribute. Parameters:

apcu_store

(PECL apcu >= 4.0.0) Cache a variable in the data store bool apcu_store ( string $key, mixed $var [, int $ttl = 0 ] ) array apcu_store ( array $values [, mixed $unused = NULL [, int $ttl = 0 ]] ) Cache a variable in the data store. Note: Unlike many other mechanisms in PHP, variables stored using apcu_store() will persist between requests (until the value is removed from the cache). Parameters:

Stomp::readFrame

(PECL stomp >= 0.1.0) Reads the next frame public stompframe Stomp::readFrame ([ string $class_name = "stompFrame" ] ) Object oriented style (method): Procedural style: array stomp_read_frame ( resource $link ) Reads the next frame. It is possible to instantiate an object of a specific class, and pass parameters to that class's constructor. Parameters: link Procedural

IntlChar::charDirection

(PHP 7) Get bidirectional category value for a code point public static int IntlChar::charDirection ( mixed $codepoint ) Returns the bidirectional category value for the code point, which is used in the » Unicode bidirectional algorithm (UAX #9). Note: Some unassigned code points have bidi values of R or AL because they are in blocks that are reserved for Right-To-Left scripts. Parameters:

IntlChar::foldCase

(PHP 7) Perform case folding on a code point public static mixed IntlChar::foldCase ( mixed $codepoint [, int $options = IntlChar::FOLD_CASE_DEFAULT ] ) The given character is mapped to its case folding equivalent; if the character has no case folding equivalent, the character itself is returned. Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SN

trader_cdlkickingbylength

(PECL trader >= 0.2.0) Kicking - bull/bear determined by the longer marubozu array trader_cdlkickingbylength ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values.

pg_result_error_field

(PHP 5 >= 5.1.0, PHP 7) Returns an individual field of an error report. string pg_result_error_field ( resource $result, int $fieldcode ) pg_result_error_field() returns one of the detailed error message fields associated with result resource. It is only available against a PostgreSQL 7.4 or above server. The error field is specified by the fieldcode. Because pg_query() and pg_query_params() return FALSE if the query fa