CairoContext::restore

(PECL cairo >= 0.1.0) The restore purpose public void CairoContext::restore ( void ) Object oriented style (method): Procedural style: void cairo_restore ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented; only i

Imagick::getImageTicksPerSecond

(PECL imagick 2.0.0) Gets the image ticks-per-second int Imagick::getImageTicksPerSecond ( void ) Gets the image ticks-per-second. Returns: Returns the image ticks-per-second. Exception: Throws ImagickException on error.

XSLTProcessor::setProfiling

(PHP >= 5.3.0) Sets profiling output file bool XSLTProcessor::setProfiling ( string $filename ) Sets the file to output profiling information when processing a stylesheet. Parameters: filename Path to the file to dump profiling information. Returns: Returns TRUE on success or FALSE on failure.

feof

(PHP 4, PHP 5, PHP 7) Tests for end-of-file on a file pointer bool feof ( resource $handle ) Tests for end-of-file on a file pointer. Parameters: handle The file pointer must be valid, and must point to a file successfully opened by fopen() or fsockopen() (and not yet closed by fclose()). Returns: Returns TRUE if the file pointer is at EOF or an er

EvPeriodic::again

(PECL ev >= 0.2.0) Simply stops and restarts the periodic watcher again. public void EvPeriodic::again ( void ) Simply stops and restarts the periodic watcher again. This is only useful when attributes are changed. Returns: No value is returned. See also: EvTimer::again() -

EvPeriodic::createStopped

(PECL ev >= 0.2.0) Create a stopped EvPeriodic watcher final public static EvPeriodic EvPeriodic::createStopped ( double $offset , double $interval , callable $reschedule_cb , callable $callback [, mixed $data = NULL [, int $priority = 0 ]] ) Create EvPeriodic object. Unlike EvPeriodic::__construct() this method doesn't start the watcher automatically. Parameters: offset

SWFSprite::add

(PHP 5 <= 5.3.0, PECL ming SVN) Adds an object to a sprite void SWFSprite::add ( object $object ) swfsprite::add() adds a swfshape(), a swfbutton(), a swftext(), a swfaction() or a swfsprite() object. For displayable types (swfshape(), swfbutton(), swftext(), swfaction() or swfsprite()), this returns a handle to the object in a display list. Returns: No value is returned.

SolrQuery::setTermsField

(PECL solr >= 0.9.2) Sets the name of the field to get the Terms from public SolrQuery SolrQuery::setTermsField ( string $fieldname ) Sets the name of the field to get the terms from Parameters: fieldname The field name Returns: Returns the current SolrQuery object, if the return value is used.

mysqli_stmt::$errno

(PHP 5, PHP 7) Returns the error code for the most recent statement call int mysqli_stmt_errno ( mysqli_stmt $stmt ) Object oriented style int $mysqli_stmt->errno; Procedural style Returns the error code for the most recently invoked statement function that can succeed or fail. Client error message numbers are listed in the MySQL errmsg.h header file, server error message numbers are listed in mysqld_error.h. In the My

assert_options

(PHP 4, PHP 5, PHP 7) Set/get the various assert flags mixed assert_options ( int $what [, mixed $value ] ) Set the various assert() control options or just query their current settings. Parameters: what Assert Options Option INI Setting Default value Description ASSERT_ACTIVE assert.active 1 enable assert() evaluation ASSERT_WARNING assert.warning 1 issue a PHP warning fo