Mongo::__construct

(PECL mongo >=0.9.0) The __construct purpose public Mongo::__construct ([ string $server [, array $options ]] ) This method overwrites the MongoClient constructor and turns off acknowledged writes. Please see MongoClient::__construct() for description of the parameters. Exception: Instanciating this class will emit E_DEPRECATED warning, and turn off acknowledged writes. Please use the MongoC

px_set_value

(PECL paradox >= 1.1.0) Sets a value bool px_set_value ( resource $pxdoc, string $name, float $value ) Sets various values. Parameters: pxdoc Resource identifier of the paradox database as returned by px_new(). name name can be one of the following. value name can be one of the following.

HaruPage::setFontAndSize

(PECL haru >= 0.0.1) Set font and fontsize for the page bool HaruPage::setFontAndSize ( object $font, float $size ) Defines current font and its size for the page. Parameters: font A valid HaruFont instance. size The size of the font. Returns: Returns TRUE on success. Exception:

getservbyname

(PHP 4, PHP 5, PHP 7) Get port number associated with an Internet service and protocol int getservbyname ( string $service, string $protocol ) getservbyname() returns the Internet port which corresponds to service for the specified protocol as per /etc/services. Parameters: service The Internet service name, as a string. protocol protoc

imagecreatefromgd2

(PHP 4 >= 4.0.7, PHP 5, PHP 7) Create a new image from GD2 file or URL resource imagecreatefromgd2 ( string $filename ) Create a new image from GD2 file or URL. TipA URL can be used as a filename with this function if the fopen wrappers have been enabled. See fopen() for more details on how to specify the filename. See the Supported Protocols and Wrappers for links to information about what abilities the various wrapper

ArrayObject::getIteratorClass

(PHP 5 >= 5.1.0, PHP 7) Gets the iterator classname for the ArrayObject. public string ArrayObject::getIteratorClass ( void ) Gets the class name of the array iterator that is used by ArrayObject::getIterator(). Returns: Returns the iterator class name that is used to iterate over this object. Examples: ArrayObject::getIteratorClass

hw_api::identify

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Log into Hyperwave Server bool hw_api::identify ( array $parameter ) Logs into the Hyperwave Server. Parameters: parameter The parameter array must contain the elements 'username' and 'password'. Returns: Returns an object of typeHW_API_Error if identification failed or TRUE if it was successful.

Phar::copy

(PHP >= 5.3.0, PECL phar >= 2.0.0) Copy a file internal to the phar archive to another new file within the phar public bool Phar::copy ( string $oldfile, string $newfile ) 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. Copy a file internal to the phar archive to another new file within the phar. This is an obje

ibase_affected_rows

(PHP 5, PHP 7) Return the number of rows that were affected by the previous query int ibase_affected_rows ([ resource $link_identifier ] ) This function returns the number of rows that were affected by the previous query (INSERT, UPDATE or DELETE) that was executed from within the specified transaction context. Parameters: link_identifier A transaction context. If link_id

SWFDisplayItem::getXScale

(PHP 5 <= 5.3.0, PECL ming SVN) float SWFDisplayItem::getXScale ( void ) This function is currently not documented; only its argument list is available. See also: SWFDisplayItem::getYScale() -