get_defined_functions

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Returns an array of all defined functions array get_defined_functions ( void ) Gets an array of all defined functions. Returns: Returns a multidimensional array containing a list of all defined functions, both built-in (internal) and user-defined. The internal functions will be accessible via $arr["internal"], and the user defined ones using $arr["user"] (see exam

apc_bin_loadfile

(PECL apc >= 3.1.4) Load a binary dump from a file into the APC file/user cache bool apc_bin_loadfile ( string $filename [, resource $context = NULL [, int $flags = 0 ]] ) Loads a binary dump from a file into the APC file/user cache. Parameters: filename The file name containing the dump, likely from apc_bin_dumpfile(). context The

VarnishAdmin::connect

(PECL varnish >= 0.3) Connect to a varnish instance administration interface public bool VarnishAdmin::connect ( void ) Returns: Returns TRUE on success or FALSE on failure.

ReflectionMethod::isPrivate

(PHP 5, PHP 7) Checks if method is private public bool ReflectionMethod::isPrivate ( void ) Checks if the method is private. Returns: TRUE if the method is private, otherwise FALSE This function is currently not documented; only its argument list is available. See also:

DOMCharacterData::appendData

(PHP 5, PHP 7) Append the string to the end of the character data of the node void DOMCharacterData::appendData ( string $data ) Append the string data to the end of the character data of the node. Parameters: data The string to append. Returns: No value is returned. See also:

array_uintersect_uassoc

(PHP 5, PHP 7) Computes the intersection of arrays with additional index check, compares data and indexes by separate callback functions array array_uintersect_uassoc ( array $array1, array $array2 [, array $... ], callable $value_compare_func, callable $key_compare_func ) Computes the intersection of arrays with additional index check, compares data and indexes by separate callback functions. Parameters:

Imagick::hasPreviousImage

(PECL imagick 2.0.0) Checks if the object has a previous image bool Imagick::hasPreviousImage ( void ) Returns TRUE if the object has more images when traversing the list in the reverse direction Returns: Returns TRUE if the object has more images when traversing the list in the reverse direction, returns FALSE if there are none.

runkit_method_copy

(PECL runkit >= 0.7.0) Copies a method from class to another bool runkit_method_copy ( string $dClass, string $dMethod, string $sClass [, string $sMethod ] ) Parameters: dClass Destination class for copied method dMethod Destination method name sClass Source class of the method to copy

SolrQuery::getMltCount

(PECL solr >= 0.9.2) Returns the number of similar documents to return for each result public int SolrQuery::getMltCount ( void ) Returns the number of similar documents to return for each result Returns: Returns an integer on success and NULL if not set.

iis_set_script_map

(PECL iisfunc SVN) Sets script mapping on a virtual directory int iis_set_script_map ( int $server_instance, string $virtual_path, string $script_extension, string $engine_path, int $allow_scripting ) This function is currently not documented; only its argument list is available.