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:

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:

SolrInputDocument::__destruct

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

tidy_setopt

(PECL tidy >= 0.5.2) Updates the configuration settings for the specified tidy document bool tidy_setopt ( string $option, mixed $value ) tidy_setopt() updates the specified option with a new value. Parameters: option The tidy option name. A list of available configuration options may be found at: » http://tidy.sourceforge.net/docs/quickref.html.

ZMQDevice::getTimerTimeout

(No version information available, might only be in Git) Get the timer timeout public ZMQDevice ZMQDevice::getTimerTimeout ( void ) Gets the timer callback timeout value. Added in ZMQ extension version 1.1.0. Returns: This method returns the timer timeout value.

Gmagick::getimageindex

(PECL gmagick >= Unknown) Gets the index of the current active image public int Gmagick::getimageindex ( void ) Returns the index of the current active image within the Gmagick object. Returns: Index of current active image Exception: Throws an GmagickException on error.

ps_circle

(PECL ps >= 1.1.0) Draws a circle bool ps_circle ( resource $psdoc, float $x, float $y, float $radius ) Draws a circle with its middle point at (x, y). The circle starts and ends at position (x+radius, y). If this function is called outside a path it will start a new path. If it is called within a path it will add the circle as a subpath. If the last drawing operation does not end in point (x+radius, y) then there will be

PDF_add_weblink

(PHP 4, PECL pdflib >= 1.0.0) Add weblink for current page [deprecated] bool PDF_add_weblink ( resource $pdfdoc, float $lowerleftx, float $lowerlefty, float $upperrightx, float $upperrighty, string $url ) Adds a weblink annotation to a target url on the Web. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use PDF_create_action() with type=URI and PDF_create_annotation() w

SQLite3Result::columnType

(PHP 5 >= 5.3.0, PHP 7) Returns the type of the nth column public int SQLite3Result::columnType ( int $column_number ) Returns the type of the column identified by column_number. Parameters: column_number The numeric zero-based index of the column. Returns: Returns the data type index of the column identified by column_number (one of SQLITE3_I