ZMQDevice::setIdleCallback

(No version information available, might only be in Git) Set the idle callback function public ZMQDevice ZMQDevice::setIdleCallback ( callable $cb_func, integer $timeout [, mixed $user_data ] ) Sets the idle callback function. If idle timeout is defined the idle callback function shall be called if the internal poll loop times out without events. If the callback function returns false or a value that evaluates to false the d

SimpleXMLElement::getNamespaces

(PHP 5 >= 5.1.2, PHP 7) Returns namespaces used in document public array SimpleXMLElement::getNamespaces ([ bool $recursive = false ] ) Returns namespaces used in document Parameters: recursive If specified, returns all namespaces used in parent and child nodes. Otherwise, returns only namespaces used in root node. Returns: The getNamespace

MongoGridFS::__construct

(PECL mongo >=0.9.0) Creates new file collections public MongoGridFS::__construct ( MongoDB $db [, string $prefix = "fs" [, mixed $chunks = "fs" ]] ) Files as stored across two collections, the first containing file meta information, the second containing chunks of the actual file. By default, fs.files and fs.chunks are the collection names used. Use one argument to specify a prefix other than "fs": $fs = new MongoG

newt_textbox_reflowed

(PECL newt >= 0.1) resource newt_textbox_reflowed ( int $left, int $top, char $*text, int $width, int $flex_down, int $flex_up [, int $flags ] ) Parameters: left top *text width flex_down flex_up fla

Phar::decompressFiles

(PHP >= 5.3.0, PECL phar >= 2.0.0) Decompresses all files in the current Phar archive public bool Phar::decompressFiles ( void ) Note: This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. For tar-based phar archives, this method throws a BadMethodCallException, as compression of individual files within a tar archive is not

imagecolormatch

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Makes the colors of the palette version of an image more closely match the true color version bool imagecolormatch ( resource $image1, resource $image2 ) Makes the colors of the palette version of an image more closely match the true color version. Parameters: image1 A truecolor image link resource. image2

msql_field_type

(PHP 4, PHP 5, PHP 7) Get field type string msql_field_type ( resource $result, int $field_offset ) msql_field_type() gets the type of the specified field index. Parameters: result The result resource that is being evaluated. This result comes from a call to msql_query(). field_offset The numerical field offset. The field_offset starts at

ZipArchive::getStream

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0) Get a file handler to the entry defined by its name (read only). resource ZipArchive::getStream ( string $name ) Get a file handler to the entry defined by its name. For now it only supports read operations. Parameters: name The name of the entry to use. Returns: Returns a file pointer (resource) o

ps_lineto

(PECL ps >= 1.1.0) Draws a line bool ps_lineto ( resource $psdoc, float $x, float $y ) Adds a straight line from the current point to the given coordinates to the current path. Use ps_moveto() to set the starting point of the line. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). x x-coordinate of

Ev::time

(PECL ev >= 0.2.0) Returns the current time in fractional seconds since the epoch. final public static double Ev::time ( void ) Returns the current time in fractional seconds since the epoch. Consider using Ev::now() Returns: Returns the current time in fractional seconds since the epoch. See also: Ev::now()