EventDnsBase::addSearch

(PECL event >= 1.2.6-beta) Adds a domain to the list of search domains public void EventDnsBase::addSearch ( string $domain ) Adds a domain to the list of search domains Parameters: domain Search domain. Returns: No value is returned.

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.

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.

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

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

Imagick::getHomeURL

(PECL imagick 2.0.0) Returns the ImageMagick home URL string Imagick::getHomeURL ( void ) Returns the ImageMagick home URL. Returns: Returns a link to the imagemagick homepage.

ArrayIterator::count

(PHP 5 >= 5.0.0, PHP 7) Count elements public int ArrayIterator::count ( void ) Gets the number of elements in the array, or the number of public properties in the object. Returns: The number of elements or public properties in the associated array or object, respectively. 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

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.