ming_setscale

(PHP 4 >= 4.0.5, PHP 5, PHP 7, PECL ming SVN) Set the global scaling factor. void ming_setscale ( float $scale ) Sets the scale of the output SWF. Inside the SWF file, coordinates are measured in TWIPS, rather than PIXELS. There are 20 TWIPS in 1 pixel. Parameters: scale The scale to be set. Returns: No value is returned.

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

class_alias

(PHP 5 >= 5.3.0, PHP 7) Creates an alias for a class bool class_alias ( string $original, string $alias [, bool $autoload = TRUE ] ) Creates an alias named alias based on the user defined class original. The aliased class is exactly the same as the original class. Parameters: original The original class. alias The alias name for the

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