msql_select_db

(PHP 4, PHP 5, PHP 7) Select mSQL database bool msql_select_db ( string $database_name [, resource $link_identifier ] ) msql_select_db() sets the current active database on the server that's associated with the specified link_identifier. Subsequent calls to msql_query() will be made on the active database. Parameters: database_name The database name.

SphinxClient::setRankingMode

(PECL sphinx >= 0.1.0) Set ranking mode public bool SphinxClient::setRankingMode ( int $ranker ) Sets ranking mode. Only available in SPH_MATCH_EXTENDED2 matching mode. Ranking modes Constant Description SPH_RANK_PROXIMITY_BM25 Default ranking mode which uses both proximity and BM25 ranking. SPH_RANK_BM25 Statistical ranking mode which uses BM25 ranking only (similar to most of other full-text engines). This mode is fast

ReflectionMethod::getClosure

(PHP >= 5.4.0) Returns a dynamically created closure for the method public Closure ReflectionMethod::getClosure ( object $object ) Parameters: object Forbidden for static methods, required for other methods. Returns: Returns Closure. Returns NULL in case of an error. This function is currently not documented;

tidy::getStatus

(PHP 5, PHP 7, PECL tidy >= 0.5.2) Get status of specified document int tidy::getStatus ( void ) Object oriented style Procedural style int tidy_get_status ( tidy $object ) Returns the status for the specified tidy object. Parameters: object The Tidy object. Returns: Returns 0 if no error/warning was raised, 1 for warnings or accessibility er

SoapClient::__setCookie

(PHP 5 >= 5.0.4, PHP 7) The __setCookie purpose public void SoapClient::__setCookie ( string $name [, string $value ] ) Defines a cookie to be sent along with the SOAP requests. Note: Calling this method will affect all following calls to SoapClient methods. Parameters: name The name of the cookie. value The value of the cookie

ImagickPixelIterator::syncIterator

(PECL imagick 2.0.0) Syncs the pixel iterator bool ImagickPixelIterator::syncIterator ( void ) Syncs the pixel iterator. Returns: Returns TRUE on success. This function is currently not documented; only its argument list is available.

ImagickPixel::setColorValueQuantum

(No version information available, might only be in Git) Description public void ImagickPixel::setColorValueQuantum ( int $color, mixed $value ) Sets the quantum value of a color element of the ImagickPixel. Parameters: color Which color element to set e.g. \Imagick::COLOR_GREEN. value The quantum value to set the color element to. Thi

ImagickPixel::getColorQuantum

(No version information available, might only be in Git) Description public mixed ImagickPixel::getColorQuantum ( void ) Returns the color of the pixel in an array as Quantum values. If ImageMagick was compiled as HDRI these will be floats, otherwise they will be integers. Returns: The quantum value of the color element. Float if ImageMagick was compiled with HDRI, otherwise an int.

ReflectionClass::isCloneable

(PHP >= 5.4.0) Returns whether this class is cloneable public bool ReflectionClass::isCloneable ( void ) Returns whether this class is cloneable. Returns: Returns TRUE if the class is cloneable, FALSE otherwise. Examples: Basic usage of ReflectionClass::isCloneable() <?php class NotCloneable {     public $var1;     

Phar::compressAllFilesGZ

(PHP >= 5.3.0, PECL phar >= 1.0.0) Compresses all files in the current Phar archive using Gzip compression public bool Phar::compressAllFilesGZ ( void ) Note: This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using Phar::compress(), Phar::decompress(), Phar::compressFiles() and Phar::decompressFiles(). Note: This method requires the php.ini setting p