gupnp_service_introspection_get_state_variable

(PECL gupnp >= 0.1.0) Returns the state variable data array gupnp_service_introspection_get_state_variable ( resource $introspection, string $variable_name ) Returns the state variable data by the name variable_name in this service. Parameters: introspection A introspection identifier. variable_name The name of the variable to retrei

sqlite_seek

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Seek to a particular row number of a buffered result set bool sqlite_seek ( resource $result, int $rownum ) Object oriented style (method): bool SQLiteResult::seek ( int $rownum ) sqlite_seek() seeks to the row given by the parameter rownum. Parameters: result The SQLite result resource. This parameter is not required when usin

V8JsException::getJsLineNumber

(PECL v8js >= 0.1.0) The getJsLineNumber purpose final public int V8JsException::getJsLineNumber ( void ) Returns: This function is currently not documented; only its argument list is available.

V8JsException::getJsTrace

(PECL v8js >= 0.1.0) The getJsTrace purpose final public string V8JsException::getJsTrace ( void ) Returns: This function is currently not documented; only its argument list is available.

trader_cdleveningdojistar

(PECL trader >= 0.2.0) Evening Doji Star array trader_cdleveningdojistar ( array $open, array $high, array $low, array $close [, float $penetration ] ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values.

tidy::getConfig

(PHP 5, PHP 7, PECL tidy >= 0.7.0) Get current Tidy configuration array tidy::getConfig ( void ) Object oriented style Procedural style array tidy_get_config ( tidy $object ) Gets the list of the configuration options in use by the given tidy object. Parameters: object The Tidy object. Returns: Returns an array of configuration options. For

EventHttp::__construct

(PECL event >= 1.2.6-beta) Constructs EventHttp object(the HTTP server) public EventHttp::__construct ( EventBase $base [, EventSslContext $ctx = NULL ] ) Constructs the HTTP server object. Parameters: base Associated event base. ctx EventSslContext class object. Turns plain HTTP server into HTTPS server. It means that if ctx is co

SolrUpdateResponse::__destruct

(PECL solr >= 0.9.2) Destructor public void SolrUpdateResponse::__destruct ( void ) Destructor Returns: None

ImagickDraw::getStrokeOpacity

(PECL imagick 2.0.0) Returns the opacity of stroked object outlines float ImagickDraw::getStrokeOpacity ( void ) Returns the opacity of stroked object outlines. Returns: Returns a double describing the opacity. This function is currently not documented; only its argument list is available.

CairoContext::arc

(PECL cairo >= 0.1.0) Adds a circular arc public void CairoContext::arc ( float $x, float $y, float $radius, float $angle1, float $angle2 ) Object oriented style (method): Procedural style: void cairo_arc ( CairoContext $context , float $x , float $y , float $radius , float $angle1 , float $angle2 ) Adds a circular arc of the given radius to the current path. The arc is centered at (x, y), begins at angle1 and proceeds