svn_fs_copy

(PECL svn >= 0.2.0) Copies a file or a directory, returns true if all is ok, false otherwise bool svn_fs_copy ( resource $from_root, string $from_path, resource $to_root, string $to_path ) Copies a file or a directory, returns true if all is ok, false otherwise This function is currently not documented; only its argument list is available.

ftp_chdir

(PHP 4, PHP 5, PHP 7) Changes the current directory on a FTP server bool ftp_chdir ( resource $ftp_stream, string $directory ) Changes the current directory to the specified one. Parameters: ftp_stream The link identifier of the FTP connection. directory The target directory. Returns: Returns TRUE on success or

SolrInputDocument::getFieldCount

(PECL solr >= 0.9.2) Returns the number of fields in the document public int SolrInputDocument::getFieldCount ( void ) Returns the number of fields in the document. Returns: Returns an integer on success or FALSE on failure.

is_finite

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Finds whether a value is a legal finite number bool is_finite ( float $val ) Checks whether val is a legal finite on this platform. Parameters: val The value to check Returns: TRUE if val is a legal finite number within the allowed range for a PHP float on this platform, else FALSE.

CachingIterator::getFlags

(PHP 5 >= 5.2.0, PHP 7) Get flags used public int CachingIterator::getFlags ( void ) Get the bitmask of the flags used for this CachingIterator instance. Returns: Description... This function is currently not documented; only its argument list is available.

Yaf_Response_Abstract::__toString

(Yaf >=1.0.0) The __toString purpose private void Yaf_Response_Abstract::__toString ( void ) Returns: This function is currently not documented; only its argument list is available.

SplFileInfo::isWritable

(PHP 5 >= 5.1.2, PHP 7) Tells if the entry is writable public bool SplFileInfo::isWritable ( void ) Checks if the current entry is writable. Returns: Returns TRUE if writable, FALSE otherwise;

SWFFont::getLeading

(PHP 5 <= 5.3.0, PECL ming SVN) Returns the leading of the font, or 0 if not available float SWFFont::getLeading ( void ) This function is currently not documented; only its argument list is available.

db2_pconnect

(PECL ibm_db2 >= 1.0.0) Returns a persistent connection to a database resource db2_pconnect ( string $database, string $username, string $password [, array $options ] ) Returns a persistent connection to an IBM DB2 Universal Database, IBM Cloudscape, or Apache Derby database. For more information on persistent connections, refer to Persistent Database Connections. Calling db2_close() on a persistent connection alway

KTaglib_Tag::getComment

(0.0.1) Returns the comment from a ID3 tag public string KTaglib_Tag::getComment ( void ) Returns the comment of an ID3 tag. This method is implemented in ID3v1 and ID3v2 tags. Returns: Returns the comment string