maxdb_fetch_object

(PECL maxdb >= 1.0) Returns the current row of a result set as an object object maxdb_fetch_object ( object $result ) Procedural style Object oriented style object maxdb_result::fetch_object ( void ) The maxdb_fetch_object() will return the current row result set as an object where the attributes of the object represent the names of the fields found within the result set. If no more rows exist in the current result set,

ocifetch

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_fetch() Alias of oci_fetch() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

pg_result_seek

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Set internal row offset in result resource bool pg_result_seek ( resource $result, int $offset ) pg_result_seek() sets the internal row offset in a result resource. Parameters: result PostgreSQL query result resource, returned by pg_query(), pg_query_params() or pg_execute() (among others). offset Row t

ocicollassignelem

(PHP 4 >= 4.0.6, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of OCI-Collection::assignElem() Alias of OCI-Collection::assignElem() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

Phar::setAlias

(PHP >= 5.3.0, PECL phar >= 1.2.1) Set the alias for the Phar archive public bool Phar::setAlias ( string $alias ) Note: This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. Set the alias for the Phar archive, and write it as the permanent alias for this phar archive. An alias can be used internally to a phar archive to en

SolrQuery::setFacetPrefix

(PECL solr >= 0.9.2) Specifies a string prefix with which to limits the terms on which to facet public SolrQuery SolrQuery::setFacetPrefix ( string $prefix [, string $field_override ] ) Specifies a string prefix with which to limits the terms on which to facet. Parameters: prefix The prefix string field_override The name of the field

SWFShape::drawCubic

(PHP 5 <= 5.3.0, PECL ming SVN) Draws a cubic bezier curve using the current position and the three given points as control points int SWFShape::drawCubic ( float $bx, float $by, float $cx, float $cy, float $dx, float $dy ) This function is currently not documented; only its argument list is available. See

Phar::apiVersion

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns the api version final public static string Phar::apiVersion ( void ) Return the API version of the phar file format that will be used when creating phars. The Phar extension supports reading API version 1.0.0 or newer. API version 1.1.0 is required for SHA-256 and SHA-512 hash, and API version 1.1.1 is required to store empty directories. Returns: T

fdf_errno

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Return error code for last fdf operation int fdf_errno ( void ) Gets the error code set by the last FDF function call. A textual description of the error may be obtained using with fdf_error(). Returns: Returns the error code as an integer, or zero if there was no errors. See also:

pos

(PHP 4, PHP 5, PHP 7) Alias of current() This function is an alias of: current()