ifx_copy_blob

(PHP 4, PHP <=5.2.0) Duplicates the given blob object int ifx_copy_blob ( int $bid ) Duplicates the given blob object. Parameters: bid A BLOB identifier. Returns: Returns the new blob object-id, or FALSE on errors. See also: ifx_create_blob() -

InfiniteIterator::__construct

(PHP 5 >= 5.1.0, PHP 7) Constructs an InfiniteIterator public InfiniteIterator::__construct ( Iterator $iterator ) Constructs an InfiniteIterator from an Iterator. Parameters: iterator The iterator to infinitely iterate over. Returns: No value is returned. Exception: Throws an E_RECOVERABLE_ERROR if the iterat

MongoCursor::dead

(PECL mongo >=0.9.6) Checks if there are results that have not yet been sent from the database public bool MongoCursor::dead ( void ) The database sends responses in batches of documents, up to 4MB of documents per response. This method checks if the database has more batches or if the result set has been exhausted. A cursor being "dead" does not mean that MongoCursor::hasNext() will return FALSE, it only means that the

dbplus_rcrtexact

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Creates an exact but empty copy of a relation including indices mixed dbplus_rcrtexact ( string $name, resource $relation [, bool $overwrite ] ) dbplus_rcrtexact() will create an exact but empty copy of the given relation under a new name. Parameters: name dbplus_rcrtexact() will create an exact but empty copy of the given relati

is_scalar

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Finds whether a variable is a scalar bool is_scalar ( mixed $var ) Finds whether the given variable is a scalar. Scalar variables are those containing an integer, float, string or boolean. Types array, object and resource are not scalar. Note: is_scalar() does not consider resource type values to be scalar as resources are abstract datatypes which are currently based on integers. Thi

IntlChar::forDigit

(PHP 7) Get character representation for a given digit and radix public static int IntlChar::forDigit ( int $digit [, int $radix = 10 ] ) Determines the character representation for a specific digit in the specified radix. If the value of radix is not a valid radix, or the value of digit is not a valid digit in the specified radix, the null character (U+0000) is returned. The radix argument is valid if it is greater tha

inotify_read

(PECL inotify >= 0.1.2) Read events from an inotify instance array inotify_read ( resource $inotify_instance ) Read inotify events from an inotify instance. Parameters: inotify_instance Resource returned by inotify_init() Returns: An array of inotify events or FALSE if no events was pending and inotify_instance is non-blocking. Each event is a

MongoCursorInterface::timeout

(PECL mongo >=1.5.0) Sets a client-side timeout for this query abstract public MongoCursorInterface MongoCursorInterface::timeout ( int $ms ) A timeout can be set at any time and will affect subsequent data retrieval associated with this cursor, including fetching more results from the database. Parameters: ms The number of milliseconds for the cursor to wait for a res

ImagickPixel::getColorAsString

(PECL imagick 2.1.0) Returns the color as a string string ImagickPixel::getColorAsString ( void ) Returns the color of the ImagickPixel object as a string. Returns: Returns the color of the ImagickPixel object as a string. Notes: Alpha not returned This function does not return the alpha value of the color in the string.

px_numrecords

(PECL paradox >= 1.0.0) Returns number of records in a database int px_numrecords ( resource $pxdoc ) Get the number of records in a database file. Parameters: pxdoc Resource identifier of the paradox database as returned by px_new(). Returns: Returns the number of records in a database file. The return value of this function is identical to t