array_splice

(PHP 4, PHP 5, PHP 7) Remove a portion of the array and replace it with something else array array_splice ( array &$input, int $offset [, int $length = 0 [, mixed $replacement = array() ]] ) Removes the elements designated by offset and length from the input array, and replaces them with the elements of the replacement array, if supplied. Note that numeric keys in input are not preserved. Note: If replacement is no

ini_get_all

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Gets all configuration options array ini_get_all ([ string $extension [, bool $details = true ]] ) Returns all the registered configuration options. Parameters: extension An optional extension name. If set, the function return only options specific for that extension. details Retrieve details settings

Type Hinting

ocicommit

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_commit() Alias of oci_commit() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

pspell_config_dict_dir

(PHP 5, PHP 7) Location of the main word list bool pspell_config_dict_dir ( int $conf, string $directory ) Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available.

Imagick::averageImages

(PECL imagick 2.0.0) Average a set of images Imagick Imagick::averageImages ( void ) Average a set of images. Returns: Returns a new Imagick object on success. Exception: Throws ImagickException on error.

file_put_contents

(PHP 5, PHP 7) Write a string to a file int file_put_contents ( string $filename, mixed $data [, int $flags = 0 [, resource $context ]] ) This function is identical to calling fopen(), fwrite() and fclose() successively to write data to a file. If filename does not exist, the file is created. Otherwise, the existing file is overwritten, unless the FILE_APPEND flag is set. Parameters:

Imagick::morphImages

(PECL imagick 2.0.0) Method morphs a set of images Imagick Imagick::morphImages ( int $number_frames ) Method morphs a set of images. Both the image pixels and size are linearly interpolated to give the appearance of a meta-morphosis from one image to the next. Parameters: number_frames The number of in-between images to generate. Returns: This m

newt_listbox_clear_selection

(PECL newt >= 0.1) void newt_listbox_clear_selection ( resource $listbox ) Parameters: listbox Returns: No value is returned. This function is currently not documented; only its argument list is available.

msg_stat_queue

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Returns information from the message queue data structure array msg_stat_queue ( resource $queue ) msg_stat_queue() returns the message queue meta data for the message queue specified by the queue. This is useful, for example, to determine which process sent the message that was just received. Parameters: queue Message queue resource hand