GearmanClient::setTimeout

(PECL gearman >= 0.6.0) Set socket I/O activity timeout public bool GearmanClient::setTimeout ( int $timeout ) Sets the timeout for socket I/O activity. Parameters: timeout An interval of time in milliseconds Returns: Always returns TRUE.

ArrayObject::offsetGet

(PHP 5 >= 5.0.0, PHP 7) Returns the value at the specified index public mixed ArrayObject::offsetGet ( mixed $index ) Parameters: index The index with the value. Returns: The value at the specified index or NULL. Exception: Produces an E_NOTICE error message when the specified index does not exist.

bcscale

(PHP 4, PHP 5, PHP 7) Set default scale parameter for all bc math functions bool bcscale ( int $scale ) Sets the default scale parameter for all subsequent calls to bc math functions that do not explicitly specify a scale parameter. Parameters: scale The scale factor. Returns: Returns TRUE on success or FALSE on failure.

rrd_fetch

(PECL rrd >= 0.9.0) Fetch the data for graph as array. array rrd_fetch ( string $filename, array $options ) Gets data for graph output from RRD database file as array. This function has same result as rrd_graph(), but fetched data are returned as array, no image file is created. Parameters: filename RRD database file name. options Ar

IntlChar::enumCharNames

(PHP 7) Enumerate all assigned Unicode characters within a range public static void IntlChar::enumCharNames ( mixed $start, mixed $limit, callable $callback [, int $nameChoice = IntlChar::UNICODE_CHAR_NAME ] ) Enumerate all assigned Unicode characters between the start and limit code points (start inclusive, limit exclusive) and call a function for each, passing the code point value and the character name. For Unicode 1.

SWFMorph::getShape2

(PHP 5 <= 5.3.0, PECL ming SVN) Gets a handle to the ending shape SWFShape SWFMorph::getShape2 ( void ) Gets the morph's ending shape. Returns: Returns a SWFShape object. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at

calcul_hmac

(PECL spplus >= 1.0.0) Obtain a hmac key (needs 8 arguments) string calcul_hmac ( string $clent, string $siretcode, string $price, string $reference, string $validity, string $taxation, string $devise, string $language ) Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available.

XSLTProcessor::__construct

(PHP 5, PHP 7) Creates a new XSLTProcessor object XSLTProcessor::__construct ( void ) Creates a new XSLTProcessor object. Returns: No value is returned. Examples: Creating an XSLTProcessor <?php $xsldoc = new DOMDocument(); $xsldoc->load($xsl_filename); $xmldoc = new DOMDocument(); $xmldoc->load($xml_filename); $xsl = new XSLT

DateTime::getTimezone

(PHP 5 >= 5.2.0, PHP 7) Return time zone relative to given DateTime public DateTimeZone DateTime::getTimezone ( void ) Object oriented style public DateTimeZone DateTimeImmutable::getTimezone ( void ) public DateTimeZone DateTimeInterface::getTimezone ( void ) Procedural style DateTimeZone date_timezone_get ( DateTimeInterface $object ) Return time zone relative to given DateTime. Parameters:

RRDCreator::addDataSource

(PECL rrd >= 0.9.0) Adds data source definition for RRD database. public void RRDCreator::addDataSource ( string $description ) RRD can accept input from several data sources (DS), e.g incomming and outgoing traffic. This method adds data source by description. You need call this method for each data source. Parameters: description Definition of data source - DS. This