PDF_utf16_to_utf8

(PECL pdflib >= 2.0.3) Convert string from UTF-16 to UTF-8 string PDF_utf16_to_utf8 ( resource $pdfdoc, string $utf16string ) Converts a string from UTF-16 format to UTF-8.

svn_fs_apply_text

(PECL svn >= 0.2.0) Creates and returns a stream that will be used to replace resource svn_fs_apply_text ( resource $root, string $path ) Creates and returns a stream that will be used to replace This function is currently not documented; only its argument list is available.

EvWatcher::feed

(PECL ev >= 0.2.0) Feeds the given revents set into the event loop public void EvWatcher::feed ( int $revents ) Feeds the given revents set into the event loop, as if the specified event had happened for the watcher. Parameters: revents Bit mask of watcher received events . Returns: No value is returned.

fbsql_password

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Get or set the user password used with a connection string fbsql_password ( resource $link_identifier [, string $password ] ) Get or set the user password used with a connection. Parameters: link_identifier A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect(). If optional and not specified, the function will try to f

Imagick::setFirstIterator

(PECL imagick 2.0.0) Sets the Imagick iterator to the first image bool Imagick::setFirstIterator ( void ) Sets the Imagick iterator to the first image. Returns: Returns TRUE on success.

SQLite3Stmt::paramCount

(PHP 5 >= 5.3.0, PHP 7) Returns the number of parameters within the prepared statement public int SQLite3Stmt::paramCount ( void ) Returns the number of parameters within the prepared statement. Returns: Returns the number of parameters within the prepared statement.

Imagick::getSizeOffset

(PECL imagick 2.0.0) Returns the size offset int Imagick::getSizeOffset ( void ) Returns the size offset associated with the Imagick object. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer. Returns: Returns the size offset associated with the Imagick object. Exception: Throws ImagickException on error.

svn_fs_contents_changed

(PECL svn >= 0.2.0) Return true if content is different, false otherwise bool svn_fs_contents_changed ( resource $root1, string $path1, resource $root2, string $path2 ) Return true if content is different, false otherwise This function is currently not documented; only its argument list is available.

SolrQuery::getQuery

(PECL solr >= 0.9.2) Returns the main query public string SolrQuery::getQuery ( void ) Returns the main search query Returns: Returns a string on success and NULL if not set.

ZipArchive::close

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0) Close the active archive (opened or newly created) bool ZipArchive::close ( void ) Close opened or created archive and save changes. This method is automatically called at the end of the script. Returns: Returns TRUE on success or FALSE on failure.