Imagick::clipPathImage

(PECL imagick 2.0.0) Clips along the named paths from the 8BIM profile bool Imagick::clipPathImage ( string $pathname, bool $inside ) Clips along the named paths from the 8BIM profile, if present. Later operations take effect inside the path. It may be a number if preceded with #, to work on a numbered path, e.g., "#1" to use the first path. Parameters: pathname The name

ncurses_wrefresh

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Refresh window on terminal screen int ncurses_wrefresh ( resource $window ) Parameters: window 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 sh

xml_parser_create

(PHP 4, PHP 5, PHP 7) Create an XML parser resource xml_parser_create ([ string $encoding ] ) xml_parser_create() creates a new XML parser and returns a resource handle referencing it to be used by the other XML functions. Parameters: encoding The optional encoding specifies the character encoding for the input/output in PHP 4. Starting from PHP 5, the input encoding is a

streamWrapper::rmdir

(PHP 5, PHP 7) Removes a directory public bool streamWrapper::rmdir ( string $path, int $options ) This method is called in response to rmdir(). Note: In order for the appropriate error message to be returned this method should not be defined if the wrapper does not support removing directories. Parameters: path The directory URL which should be removed.

MongoCollection::setSlaveOkay

(PECL mongo >=1.1.0) Change slaveOkay setting for this collection public bool MongoCollection::setSlaveOkay ([ bool $ok = true ] ) See the query section of this manual for information on distributing reads to secondaries. Parameters: ok If reads should be sent to secondary members of a replica set for all possible queries using this MongoCollection instance.

hebrevc

(PHP 4, PHP 5, PHP 7) Convert logical Hebrew text to visual text with newline conversion string hebrevc ( string $hebrew_text [, int $max_chars_per_line = 0 ] ) This function is similar to hebrev() with the difference that it converts newlines (\n) to "<br>\n". The function tries to avoid breaking words. Parameters: hebrew_text A Hebrew input string.

apc_delete

(PECL apc >= 3.0.0) Removes a stored variable from the cache mixed apc_delete ( string $key ) Removes a stored variable from the cache. Parameters: key The key used to store the value (with apc_store()). Returns: Returns TRUE on success or FALSE on failure. Examples: A apc_delete

XMLWriter::endDocument

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) End current document bool XMLWriter::endDocument ( void ) Object oriented style Procedural style bool xmlwriter_end_document ( resource $xmlwriter ) Ends the current document. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_op

ZipArchive::renameIndex

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

ibase_blob_create

(PHP 5, PHP 7) Create a new blob for adding data resource ibase_blob_create ([ resource $link_identifier = NULL ] ) ibase_blob_create() creates a new BLOB for filling with data. Parameters: link_identifier An InterBase link identifier. If omitted, the last opened link is assumed. Returns: Returns a BLOB handle for later use with ibase_blob_add()