UConverter::reasonText

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get string representation of the callback reason public static string UConverter::reasonText ([ integer $reason ] ) Parameters: reason Returns: This function is currently not documented; only its argument list is available.

ReflectionClass::getProperty

(PHP 5, PHP 7) Gets a ReflectionProperty for a class's property public ReflectionProperty ReflectionClass::getProperty ( string $name ) Gets a ReflectionProperty for a class's property. Parameters: name The property name. Returns: A ReflectionProperty. Examples: Basic usage of Reflect

SolrQuery::getMltMinWordLength

(PECL solr >= 0.9.2) Returns the minimum word length below which words will be ignored public int SolrQuery::getMltMinWordLength ( void ) Returns the minimum word length below which words will be ignored Returns: Returns an integer on success and NULL if not set.

Gmagick::destroy

(PECL gmagick >= Unknown) The destroy purpose public Gmagick Gmagick::destroy ( void ) Destroys the Gmagick object and frees all resources associated with it Returns: Returns TRUE on success. Exception: Throws an GmagickException on error.

win32_ps_stat_proc

(PECL win32ps >= 1.0.1) Stat process array win32_ps_stat_proc ([ int $pid = 0 ] ) Retrieves statistics about the process with the process id pid. Parameters: pid The process id of the process to stat. If omitted, the id of the current process. Returns: Returns FALSE on failure, or an array consisting of the following information on success:

SolrResponse::getHttpStatus

(PECL solr >= 0.9.2) Returns the HTTP status of the response public int SolrResponse::getHttpStatus ( void ) Returns the HTTP status of the response. Returns: Returns the HTTP status of the response.

mhash_get_hash_name

(PHP 4, PHP 5, PHP 7) Gets the name of the specified hash string mhash_get_hash_name ( int $hash ) Gets the name of the specified hash. Parameters: hash The hash ID. One of the MHASH_hashname constants. Returns: Returns the name of the hash or FALSE, if the hash does not exist. Examples:

func_get_args

(PHP 4, PHP 5, PHP 7) Returns an array comprising a function's argument list array func_get_args ( void ) Gets an array of the function's argument list. This function may be used in conjunction with func_get_arg() and func_num_args() to allow user-defined functions to accept variable-length argument lists. Returns: Returns an array in which each element is a copy of the corresponding member of t

CairoSolidPattern::__construct

(PECL cairo >= 0.1.0) The __construct purpose public CairoSolidPattern::__construct ( float $red, float $green, float $blue [, float $alpha = 0 ] ) The method description goes here. Parameters: red Description... green Description... blue Description... alpha De

MongoDBRef::get

(PECL mongo >= 0.9.0) Fetches the object pointed to by a reference public static array MongoDBRef::get ( MongoDB $db, array $ref ) Parameters: db Database to use. ref Reference to fetch. Returns: Returns the document to which the reference refers or NULL if the document does not exist (the reference is broken)