QuickHashIntStringHash::saveToString

(PECL quickhash >= Unknown) This method returns a serialized version of the hash public string QuickHashIntStringHash::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

ArrayObject::getIteratorClass

(PHP 5 >= 5.1.0, PHP 7) Gets the iterator classname for the ArrayObject. public string ArrayObject::getIteratorClass ( void ) Gets the class name of the array iterator that is used by ArrayObject::getIterator(). Returns: Returns the iterator class name that is used to iterate over this object. Examples: ArrayObject::getIteratorClass

ftp_mdtm

(PHP 4, PHP 5, PHP 7) Returns the last modified time of the given file int ftp_mdtm ( resource $ftp_stream, string $remote_file ) ftp_mdtm() gets the last modified time for a remote file. Note: Not all servers support this feature! Note: ftp_mdtm() does not work with directories. Parameters: ftp_stream The link identifier of the FTP connection.

RecursiveIteratorIterator::beginChildren

(PHP 5 >= 5.1.0, PHP 7) Begin children public void RecursiveIteratorIterator::beginChildren ( void ) Is called after calling RecursiveIteratorIterator::getChildren(), and its associated RecursiveIteratorIterator::rewind(). Returns: No value is returned. This function is currently not documented; only its argument list is available.

chdb::__construct

(PECL chdb >= 0.1.0) Creates a chdb instance public chdb::__construct ( string $pathname ) Loads a chdb file, by mapping it into memory. Note: While some validity checks are performed on the specified file, they are mostly there to avoid the possibility of common mistakes (for example, loading a file which is not a chdb database, or that is somehow incompatible with the current system). A maliciously crafted chdb file

fann_test

(PECL fann >= 1.0.0) Test with a set of inputs, and a set of desired outputs bool fann_test ( resource $ann, array $input, array $desired_output ) Test with a set of inputs, and a set of desired outputs. This operation updates the mean square error, but does not change the network in any way. Parameters: ann Neural network resource. input

tidyNode::getParent

(PHP 5 >= 5.2.2, PHP 7) Returns the parent node of the current node tidyNode tidyNode::getParent ( void ) Returns the parent node of the current node. Returns: Returns a tidyNode if the node has a parent, or NULL otherwise. Examples: tidyNode::hasChildren() example <?php $html = <<< HTML <html><he

ImagickPixelIterator::setIteratorRow

(PECL imagick 2.0.0) Set the pixel iterator row bool ImagickPixelIterator::setIteratorRow ( int $row ) Set the pixel iterator row. Parameters: row Set the pixel iterator row. Returns: Returns TRUE on success. This function is currently not documented; only its argument list is available.

IteratorIterator::__construct

(PHP 5 >= 5.1.0, PHP 7) Create an iterator from anything that is traversable public IteratorIterator::__construct ( Traversable $iterator ) Creates an iterator from anything that is traversable. Parameters: iterator The traversable iterator. Returns: No value is returned. See al

prev

(PHP 4, PHP 5, PHP 7) Rewind the internal array pointer mixed prev ( array &$array ) Rewind the internal array pointer. prev() behaves just like next(), except it rewinds the internal array pointer one place instead of advancing it. Parameters: array The input array. Returns: Returns the array value in the previous place that's pointed to b