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

DirectoryIterator::isExecutable

(PHP 5, PHP 7) Determine if current DirectoryIterator item is executable public bool DirectoryIterator::isExecutable ( void ) Determines if the current DirectoryIterator item is executable. Returns: Returns TRUE if the entry is executable, otherwise FALSE Examples: DirectoryIterator::isExecutable() example This example lis

ReflectionParameter::getName

(PHP 5, PHP 7) Gets parameter name public string ReflectionParameter::getName ( void ) Gets the name of the parameter. Returns: The name of the reflected parameter.

CairoContext::deviceToUserDistance

(PECL cairo >= 0.1.0) Transform a distance public array CairoContext::deviceToUserDistance ( float $x, float $y ) Object oriented style (method): Procedural style: array cairo_device_to_user_distance ( CairoContext $context , float $x , float $y ) Transform a distance vector from device space to user space. This function is similar to CairoContext::deviceToUser() or cairo_device_to_user() except that the translation comp

fsockopen

(PHP 4, PHP 5, PHP 7) Open Internet or Unix domain socket connection resource fsockopen ( string $hostname [, int $port = -1 [, int &$errno [, string &$errstr [, float $timeout = ini_get("default_socket_timeout") ]]]] ) Initiates a socket connection to the resource specified by hostname. PHP supports targets in the Internet and Unix domains as described in List of Supported Socket Transports. A list of supported

TokyoTyrantTable::getQuery

(PECL tokyo_tyrant >= 0.1.0) Get a query object public TokyoTyrantQuery TokyoTyrantTable::getQuery ( void ) Get a query object to execute searches on the database Returns: Returns TokyoTyrantQuery on success and throws TokyoTyrantException on error Examples: TokyoTyrantTable::getQuery() example <?php /* Connect to a

MongoRegex::__construct

(PECL mongo >= 0.8.1) Creates a new regular expression public MongoRegex::__construct ( string $regex ) Creates a new regular expression. Parameters: regex Regular expression string of the form /expr/flags. Returns: Returns a new regular expression. Examples: MongoRegex::__construc

SoapServer::SoapServer

(PHP 5 >= 5.0.1, PHP 7) SoapServer constructor public SoapServer::SoapServer ( mixed $wsdl [, array $options ] ) This constructor allows the creation of SoapServer objects in WSDL or non-WSDL mode. Parameters: wsdl To use the SoapServer in WSDL mode, pass the URI of a WSDL file. Otherwise, pass NULL and set the uri option to the target namespace for the server.

imagepsencodefont

(PHP 4, PHP 5) Change the character encoding vector of a font bool imagepsencodefont ( resource $font_index, string $encodingfile ) Loads a character encoding vector from a file and changes the fonts encoding vector to it. As a PostScript fonts default vector lacks most of the character positions above 127, you'll definitely want to change this if you use a language other than English. If you find yourself using this funct

require_once

(PHP 4, PHP 5, PHP 7)