ImagickPixel::getHSL

(PECL imagick 2.0.0) Returns the normalized HSL color of the ImagickPixel object array ImagickPixel::getHSL ( void ) Returns the normalized HSL color described by the ImagickPixel object, with each of the three values as floating point numbers between 0.0 and 1.0. Returns: Returns the HSL value in an array with the keys "hue", "saturation", and "luminosity". Throws ImagickPixelException on failure

tidy::repairFile

(PHP 5, PHP 7, PECL tidy >= 0.7.0) Repair a file and return it as a string string tidy::repairFile ( string $filename [, mixed $config [, string $encoding [, bool $use_include_path = false ]]] ) Object oriented style Procedural style string tidy_repair_file ( string $filename [, mixed $config [, string $encoding [, bool $use_include_path = false ]]] ) Repairs the given file and returns it as a string. P

bin2hex

(PHP 4, PHP 5, PHP 7) Convert binary data into hexadecimal representation string bin2hex ( string $str ) Returns an ASCII string containing the hexadecimal representation of str. The conversion is done byte-wise with the high-nibble first. Parameters: str A string. Returns: Returns the hexadecimal representation of the given string.

MongoCursor::hint

(PECL mongo >=0.9.0) Gives the database a hint about the query public MongoCursor MongoCursor::hint ( mixed $index ) Parameters: index Index to use for the query. If a string is passed, it should correspond to an index name. If an array or object is passed, it should correspond to the specification used to create the index (i.e. the first argument to MongoCollection::ens

trader_cdlrisefall3methods

(PECL trader >= 0.2.0) Rising/Falling Three Methods array trader_cdlrisefall3methods ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close

Memcached::setByKey

(PECL memcached >= 0.1.0) Store an item on a specific server public bool Memcached::setByKey ( string $server_key, string $key, mixed $value [, int $expiration ] ) Memcached::setByKey() is functionally equivalent to Memcached::set(), except that the free-form server_key can be used to map the key to a specific server. This is useful if you need to keep a bunch of related keys on a certain server. Paramete

imap_getacl

(PHP 5, PHP 7) Gets the ACL for a given mailbox array imap_getacl ( resource $imap_stream, string $mailbox ) Gets the ACL for a given mailbox. Parameters: imap_stream An IMAP stream returned by imap_open(). mailbox The mailbox name, see imap_open() for more information Returns: Returns an associative array of "fo

Thread::getCurrentThread

(PECL pthreads >= 2.0.0) Identification public static Thread Thread::getCurrentThread ( void ) Return a reference to the currently executing Thread Returns: An object representing the currently executing Thread Examples: Return the currently executing Thread <?php class My extends Thread {     public function run() 

imagecharup

(PHP 4, PHP 5, PHP 7) Draw a character vertically bool imagecharup ( resource $image, int $font, int $x, int $y, string $c, int $color ) Draws the character c vertically at the specified coordinate on the given image. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). font

Phar::setMetadata

(PHP >= 5.3.0, PECL phar >= 1.0.0) Sets phar archive meta-data public void Phar::setMetadata ( mixed $metadata ) 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. Phar::setMetadata() should be used to store customized data that describes something about the phar archive as a complete entity. PharFileInfo::setMeta