svn_blame

(PECL svn >= 0.3.0) Get the SVN blame for a file array svn_blame ( string $repository_url [, int $revision_no = SVN_REVISION_HEAD ] ) Get the SVN blame of a file from a repository URL. Parameters: repository_url The repository URL. revision_no The revision number. Returns: An array of SVN blame information

OCI-Collection::size

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Returns size of the collection int OCI-Collection::size ( void ) Returns the size of the collection. Returns: Returns the number of elements in the collection or FALSE on error. See also: OCI-Collection::max - Collection::max

CairoFontOptions::equal

(PECL cairo >= 0.1.0) The equal purpose public bool CairoFontOptions::equal ( string $other ) The method description goes here. Parameters: other Description... Returns: Description... This function is currently not documented; only its argument list is available.

SolrQuery::getTerms

(PECL solr >= 0.9.2) Returns whether or not the TermsComponent is enabled public bool SolrQuery::getTerms ( void ) Returns whether or not the TermsComponent is enabled Returns: Returns a boolean on success and NULL if not set.

svn_fs_is_dir

(PECL svn >= 0.2.0) Return true if the path points to a directory, false otherwise bool svn_fs_is_dir ( resource $root, string $path ) Return true if the path points to a directory, false otherwise This function is currently not documented; only its argument list is available.

msg_get_queue

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Create or attach to a message queue resource msg_get_queue ( int $key [, int $perms = 0666 ] ) msg_get_queue() returns an id that can be used to access the System V message queue with the given key. The first call creates the message queue with the optional perms. A second call to msg_get_queue() for the same key will return a different message queue identifier, but both identifiers access

imap_header

(PHP 4, PHP 5, PHP 7) Alias of imap_headerinfo() This function is an alias of: imap_headerinfo().

SolrDocument::__set

(PECL solr >= 0.9.2) Adds another field to the document public bool SolrDocument::__set ( string $fieldName, string $fieldValue ) Adds another field to the document. Used to set the fields as new properties. Parameters: fieldName Name of the field. fieldValue Field value. Returns: Returns TRUE on success or

XMLWriter::startCData

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create start CDATA tag bool XMLWriter::startCData ( void ) Object oriented style Procedural style bool xmlwriter_start_cdata ( resource $xmlwriter ) Starts a CDATA. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_uri() or

XMLDiff\DOM::diff

(PECL xmldiff >= 0.8.0) Diff two DOMDocument objects public DOMDocument XMLDiff\DOM::diff ( DOMDocument $from, DOMDocument $to ) Diff two DOMDocument instances and produce the new one containing the diff information. Parameters: from Source DOMDocument object. to Target DOMDocument object. Returns: DOMDocume