svn_commit

(PECL svn >= 0.1.0) Sends changes from the local working copy to the repository array svn_commit ( string $log, array $targets [, bool $recursive = true ] ) Commits changes made in the local working copy files enumerated in the targets array to the repository, with the log message log. Directories in the targets array will be recursively committed unless recursive is set to FALSE. Note: This function does not have any

DOMCdataSection::__construct

(PHP 5, PHP 7) Constructs a new DOMCdataSection object public DOMCdataSection::__construct ( string $value ) Constructs a new CDATA node. This works like the DOMText class. Parameters: value The value of the CDATA node. If not supplied, an empty CDATA node is created. Examples: Creating a new DOMCdataSection object

SplDoublyLinkedList::offsetGet

(PHP 5 >= 5.3.0, PHP 7) Returns the value at the specified $index public mixed SplDoublyLinkedList::offsetGet ( mixed $index ) Parameters: index The index with the value. Returns: The value at the specified index. Exception: Throws OutOfRangeException when index is out of bounds or when index cannot be parsed as

imap_subscribe

(PHP 4, PHP 5, PHP 7) Subscribe to a mailbox bool imap_subscribe ( resource $imap_stream, string $mailbox ) Subscribe to a new mailbox. Parameters: imap_stream An IMAP stream returned by imap_open(). mailbox The mailbox name, see imap_open() for more information Returns: Returns TRUE on success or FALSE on failur

SplFixedArray::offsetUnset

(PHP 5 >= 5.3.0, PHP 7) Unsets the value at the specified $index public void SplFixedArray::offsetUnset ( int $index ) Unsets the value at the specified index. Parameters: index The index being unset. Returns: No value is returned. Exception: Throws RuntimeException when index is outside the defined size of t

fann_set_training_algorithm

(PECL fann >= 1.0.0) Sets the training algorithm bool fann_set_training_algorithm ( resource $ann, int $training_algorithm ) Sets the training algorithm. More info available in fann_get_training_algorithm(). Parameters: ann Neural network resource. training_algorithm Training algorithm constant Returns: Retur

call_user_method_array

(PHP 4 >= 4.0.5, PHP 5) Call a user method given with an array of parameters mixed call_user_method_array ( string $method_name, object &$obj, array $params ) Parameters: method_name The method name being called. obj The object that method_name is being called on. params An array of parameters.

RegexIterator::getPregFlags

(PHP 5 >= 5.2.0, PHP 7) Returns the regular expression flags. public int RegexIterator::getPregFlags ( void ) Returns the regular expression flags, see RegexIterator::__construct() for the list of flags. Returns: Returns a bitmask of the regular expression flags. Examples: RegexIterator::getPregFlags() example <?php

DOMElement::__construct

(PHP 5, PHP 7) Creates a new DOMElement object public DOMElement::__construct ( string $name [, string $value [, string $namespaceURI ]] ) Creates a new DOMElement object. This object is read only. It may be appended to a document, but additional nodes may not be appended to this node until the node is associated with a document. To create a writeable node, use DOMDocument::createElement or DOMDocument::createElementNS.

trader_mult

(PECL trader >= 0.2.0) Vector Arithmetic Mult array trader_mult ( array $real0, array $real1 ) Calculates the vector dot product of real0 with real1 and returns the resulting vector. Parameters: real0 Array of real values. real1 Array of real values. Returns: Returns an array with calculated data or false on