ZipArchive::renameName

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.5.0) Renames an entry defined by its name bool ZipArchive::renameName ( string $name, string $newname ) Renames an entry defined by its name. Parameters: name Name of the entry to rename. newname New name. Returns: Returns TRUE on success or FALSE on failure.

Imagick::getImageChannelExtrema

(PECL imagick 2.0.0) Gets the extrema for one or more image channels array Imagick::getImageChannelExtrema ( int $channel ) Gets the extrema for one or more image channels. Return value is an associative array with the keys "minima" and "maxima". Parameters: channel Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combin

EvWatcher::invoke

(PECL ev >= 0.2.0) Invokes the watcher callback with the given received events bit mask public void EvWatcher::invoke ( int $revents ) Invokes the watcher callback with the given received events bit mask. Parameters: revents Bit mask of watcher received events . Returns: No value is returned.

gnupg_clearencryptkeys

(PECL gnupg >= 0.5) Removes all keys which were set for encryption before bool gnupg_clearencryptkeys ( resource $identifier ) Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg. Returns: Returns TRUE on success or FALSE on failure. Examples: Procedural g

ncurses_hline

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Draw a horizontal line at current position using an attributed character and max. n characters long int ncurses_hline ( int $charattr, int $n ) Parameters: charattr n This function is EXPERIMENTAL. The behaviour of this function, its

db2_field_display_size

(PECL ibm_db2 >= 1.0.0) Returns the maximum number of bytes required to display a column int db2_field_display_size ( resource $stmt, mixed $column ) Returns the maximum number of bytes required to display a column in a result set. Parameters: stmt Specifies a statement resource containing a result set. column Specifies the column

EventHttpRequest::closeConnection

(PECL event >= 1.8.0) Closes associated HTTP connection public void EventHttpRequest::closeConnection ( void ) Closes HTTP connection associated with the request. Returns: No value is returned.

ssdeep_fuzzy_hash_filename

(PECL ssdeep >= 1.0.0) Create a fuzzy hash from a file string ssdeep_fuzzy_hash_filename ( string $file_name ) ssdeep_fuzzy_hash_filename() calculates the hash of the file specified by file_name using » context-triggered piecewise hashing, and returns that hash. Parameters: file_name The filename of the file to hash. Returns: Returns a string

EventBuffer::add

(PECL event >= 1.2.6-beta) Append data to the end of an event buffer public bool EventBuffer::add ( string $data ) Append data to the end of an event buffer. Parameters: data String to be appended to the end of the buffer. Returns: Returns TRUE on success. Otherwise FALSE. See

tidy::head

(PHP 5, PHP 7, PECL tidy 0.5.2-1.0.0) Returns a tidyNode object starting from the <head> tag of the tidy parse tree tidyNode tidy::head ( void ) Object oriented style Procedural style tidyNode tidy_get_head ( tidy $object ) Returns a tidyNode object starting from the <head> tag of the tidy parse tree. Parameters: object The Tidy object. Re