ZipArchive::addFromString

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0) Add a file to a ZIP archive using its contents bool ZipArchive::addFromString ( string $localname, string $contents ) Add a file to a ZIP archive using its contents. Parameters: localname The name of the entry to create. contents The contents to use to create the entry. It is used in a bi

EventBuffer::unlock

(PECL event >= 1.2.6-beta) Releases lock acquired by EventBuffer::lock public bool EventBuffer::unlock ( void ) Releases lock acquired by EventBuffer::lock() . Returns: Returns TRUE on success. Otherwise FALSE. See also: EventBuffer::lock() -

tidy_load_config

(PECL tidy >= 0.5.2) Load an ASCII Tidy configuration file with the specified encoding void tidy_load_config ( string $filename, string $encoding ) Loads a Tidy configuration file, with the specified encoding. Parameters: filename Loads a Tidy configuration file, with the specified encoding. encoding Loads a Tidy configuration file,

QuickHashIntHash::saveToString

(PECL quickhash >= Unknown) This method returns a serialized version of the hash public string QuickHashIntHash::saveToString ( void ) This method returns a serialized version of the hash in the same format that loadFromString() can read. Returns: This method returns a string containing a serialized format of the hash. Each element is stored as a four byte value in the Endianness that the curre

mysqli_stmt::next_result

(PHP 5 >= 5.3.0, PHP 7) Reads the next result from a multiple query public bool mysqli_stmt::next_result ( void ) Object oriented style (method): Procedural style: bool mysqli_stmt_next_result ( mysql_stmt $stmt ) Reads the next result from a multiple query. Parameters: stmt Procedural style only: A statement identifier returned by mysqli_stmt_init().

Threaded::notify

(PECL pthreads >= 2.0.0) Synchronization public boolean Threaded::notify ( void ) Send notification to the referenced object Returns: A boolean indication of success Examples: Notifications and Waiting <?php class My extends Thread {     public function run() {         /** cause this thread to wait **/         $this

Imagick::setImageResolution

(PECL imagick 2.0.0) Sets the image resolution bool Imagick::setImageResolution ( float $x_resolution, float $y_resolution ) Sets the image resolution. Parameters: x_resolution Sets the image resolution. y_resolution Sets the image resolution. Returns: Returns TRUE on success. Exception:

XSLTProcessor::importStylesheet

(PHP 5, PHP 7) Import stylesheet public bool XSLTProcessor::importStylesheet ( object $stylesheet ) This method imports the stylesheet into the XSLTProcessor for transformations. Parameters: stylesheet The imported style sheet as a DOMDocument or SimpleXMLElement object. Returns: Returns TRUE on success or FALSE on failure.

ArrayObject::setIteratorClass

(PHP 5 >= 5.1.0, PHP 7) Sets the iterator classname for the ArrayObject. public void ArrayObject::setIteratorClass ( string $iterator_class ) Sets the classname of the array iterator that is used by ArrayObject::getIterator(). Parameters: iterator_class The classname of the array iterator to use when iterating over this object. Returns: No va

dio_open

(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5, PHP 7) Opens a file (creating it if necessary) at a lower level than the C library input/ouput stream functions allow. resource dio_open ( string $filename, int $flags [, int $mode = 0 ] ) dio_open() opens a file and returns a new file descriptor for it. Parameters: filename The pathname of the file to open.