Yaf_Route_Static::route

(Yaf >=1.0.0) Route a request public bool Yaf_Route_Static::route ( Yaf_Request_Abstract $request ) Parameters: request Returns: always be TRUE This function is currently not documented; only its argument list is available. Examples: Yaf_Rout

ImagickDraw::push

(PECL imagick 2.0.0) Clones the current ImagickDraw and pushes it to the stack bool ImagickDraw::push ( void ) Clones the current ImagickDraw to create a new ImagickDraw, which is then added to the ImagickDraw stack. The original drawing ImagickDraw(s) may be returned to by invoking pop(). The ImagickDraws are stored on a ImagickDraw stack. For every Pop there must have already been an equivalent Push.

imagecolortransparent

(PHP 4, PHP 5, PHP 7) Define a color as transparent int imagecolortransparent ( resource $image [, int $color ] ) Sets the transparent color in the given image. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). color A color identifier created with imagecolorallocate().

MongoPool::info

(PECL mongo >= 1.2.3) Returns information about all connection pools. public array MongoPool::info ( void ) Returns an array of information about all connection pools. Returns: Each connection pool has an identifier, which starts with the host. For each pool, this function shows the following fields: in use The number of connections currently being used by Mongo instances. in pool Th

enchant_dict_describe

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 ) Describes an individual dictionary mixed enchant_dict_describe ( resource $dict ) Returns the details of the dictionary. Parameters: dict Dictionary resource Returns: Returns TRUE on success or FALSE on failure. Examples: A enchant

ArrayObject::asort

(PHP 5 >= 5.2.0, PHP 7) Sort the entries by value public void ArrayObject::asort ( void ) Sorts the entries such that the keys maintain their correlation with the entries they are associated with. This is used mainly when sorting associative arrays where the actual element order is significant. Returns: No value is returned. Examples:

ldap_err2str

(PHP 4, PHP 5, PHP 7) Convert LDAP error number into string error message string ldap_err2str ( int $errno ) Returns the string error message explaining the error number errno. While LDAP errno numbers are standardized, different libraries return different or even localized textual error messages. Never check for a specific error message text, but always use an error number to check. Parameters:

mysqli::get_client_info

(PHP 5, PHP 7) Get MySQL client info string mysqli::get_client_info ( void ) Object oriented style Procedural style string mysqli_get_client_info ( mysqli $link ) Returns a string that represents the MySQL client library version. Returns: A string that represents the MySQL client library version Examples: mysqli_get_client_info

SWFFill::skewXTo

(PHP 5 <= 5.3.0, PECL ming SVN) Sets fill x-skew void SWFFill::skewXTo ( float $x ) Sets the fill x-skew to x. Parameters: x When x is 1.0, it is a 45-degree forward slant. More is more forward, less is more backward. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this funct

Locale::lookup

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Searches the language tag list for the best match to the language public static string Locale::lookup ( array $langtag, string $locale [, bool $canonicalize = false [, string $default ]] ) Object oriented style Procedural style string locale_lookup ( array $langtag , string $locale [, bool $canonicalize = false [, string $default ]] ) Searches the items in langtag for t