Yaf_Request_Abstract::getMethod

(Yaf >=1.0.0) The getMethod purpose public void Yaf_Request_Abstract::getMethod ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Registry::del

(Yaf >=1.0.0) Remove an item from registry public static void Yaf_Registry::del ( string $name ) Remove an item from registry Parameters: name Remove an item from registry Returns:

Yaf_Registry::__construct

(Yaf >=1.0.0) Yaf_Registry implements singleton private Yaf_Registry::__construct ( void ) Returns:

RecursiveTreeIterator::current

(PHP 5 >= 5.3.0, PHP 7) Get current element public string RecursiveTreeIterator::current ( void ) Gets the current element prefixed and postfixed. Returns: Returns the current element prefixed and postfixed. This function is currently not documented; only its argument list is available.

trader_trima

(PECL trader >= 0.2.0) Triangular Moving Average array trader_trima ( array $real [, integer $timePeriod ] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array with calculated data or false on failure.

CairoContext::relLineTo

(PECL cairo >= 0.1.0) The relLineTo purpose public void CairoContext::relLineTo ( string $x, string $y ) Object oriented style (method): Procedural style: void cairo_rel_line_to ( CairoContext $context , string $x , string $y ) Description here. Parameters: context Description... x Description... y

sqlite_rewind

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Seek to the first row number bool sqlite_rewind ( resource $result ) Object oriented style (method): bool SQLiteResult::rewind ( void ) sqlite_rewind() seeks back to the first row in the given result set. Parameters: result The SQLite result resource. This parameter is not required when using the object-oriented method. Note:

imagetypes

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Return the image types supported by this PHP build int imagetypes ( void ) Returns the image types supported by the current PHP installation. Returns: Returns a bit-field corresponding to the image formats supported by the version of GD linked into PHP. The following bits are returned, IMG_GIF | IMG_JPG | IMG_PNG | IMG_WBMP | IMG_XPM.

SQLite3Stmt::bindParam

(PHP 5 >= 5.3.0, PHP 7) Binds a parameter to a statement variable public bool SQLite3Stmt::bindParam ( string $sql_param, mixed &$param [, int $type ] ) Binds a parameter to a statement variable. Parameters: sql_param An string identifying the statement variable to which the parameter should be bound. param The parameter to bind

geoip_org_by_name

(PECL geoip >= 0.2.0) Get the organization name string geoip_org_by_name ( string $hostname ) The geoip_org_by_name() function will return the name of the organization that an IP is assigned to. This function is currently only available to users who have bought a commercial GeoIP Organization, ISP or AS Edition. A warning will be issued if the proper database cannot be located. Parameters: