call_user_func_array

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Call a callback with an array of parameters mixed call_user_func_array ( callable $callback, array $param_arr ) Calls the callback given by the first parameter with the parameters in param_arr. Parameters: callback The callable to be called. param_arr The parameters to be passed to the callback, as an i

ReflectionParameter::getDefaultValueConstantName

(PHP 5 >= 5.4.6, PHP 7) Returns the default value's constant name if default value is constant or null public string ReflectionParameter::getDefaultValueConstantName ( void ) Returns: Returns string on success or NULL on failure. This function is currently not documented; only its argument list is available.

highlight_file

(PHP 4, PHP 5, PHP 7) Syntax highlighting of a file mixed highlight_file ( string $filename [, bool $return = false ] ) Prints out or returns a syntax highlighted version of the code contained in filename using the colors defined in the built-in syntax highlighter for PHP. Many servers are configured to automatically highlight files with a phps extension. For example, example.phps when viewed will show the syntax highligh

ZipArchive::setCompressionIndex

(PHP 7, PECL zip >= 1.13.0) Set the compression method of an entry defined by its index bool ZipArchive::setCompressionIndex ( int $index, int $comp_method [, int $comp_flags = 0 ] ) Set the compression method of an entry defined by its index. Parameters: index Index of the entry. comp_method The compression method. Either ZipArchiv

FANNConnection::getToNeuron

(PECL fann >= 1.0.0) Returns the postions of terminating neuron public int FANNConnection::getToNeuron ( void ) Returns the postions of terminating neuron. Returns: The postions of terminating neuron.

curl_multi_strerror

(PHP 5 >= 5.5.0, PHP 7) Return string describing error code string curl_multi_strerror ( int $errornum ) Returns a text error message describing the given CURLM error code. Parameters: errornum One of the » CURLM error codes constants. Returns: Returns error string for valid error code, NULL otherwise.

gupnp_service_notify

(PECL gupnp >= 0.1.0) Notifies listening clients bool gupnp_service_notify ( resource $service, string $name, int $type, mixed $value ) Notifies listening clients that the property have changed to the specified values. Parameters: service A service identifier. name The name of the variable. type Th

stats_rand_gen_int

(PECL stats >= 1.0.0) Generates random integer between 1 and 2147483562 int stats_rand_gen_int ( void ) Returns: This function is currently not documented; only its argument list is available.

ZipArchive::getExternalAttributesIndex

(PHP 5 >= 5.6.0, PHP 7, PECL zip >= 1.12.4) Retrieve the external attributes of an entry defined by its index bool ZipArchive::GetExternalAttributesIndex ( int $index, int &$opsys, int &$attr [, int $flags ] ) Retrieve the external attributes of an entry defined by its index. Parameters: index Index of the entry. opsys On

ncurses_getch

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Read a character from keyboard int ncurses_getch ( void ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This function is currently n