PDF_translate

(PHP 4, PECL pdflib >= 1.0.0) Set origin of coordinate system bool PDF_translate ( resource $p, float $tx, float $ty ) Translates the origin of the coordinate system.

IteratorIterator::next

(PHP 5 >= 5.1.0, PHP 7) Forward to the next element public void IteratorIterator::next ( void ) Forward to the next element. Returns: No value is returned. See also: IteratorIterator::rewind() - IteratorIterator::valid() -

NoRewindIterator::key

(PHP 5 >= 5.1.0, PHP 7) Get the current key public mixed NoRewindIterator::key ( void ) Gets the current key. Returns: The current key. This function is currently not documented; only its argument list is available. See also: NoRewindIterator::next() -

Gmagick::queryformats

(PECL gmagick >= Unknown) Returns formats supported by Gmagick. public array Gmagick::queryformats ([ string $pattern = "*" ] ) Returns formats supported by Gmagick. Parameters: pattern Specifies a pointer to a text string containing a pattern. Returns: The Gmagick object on success Exception: Throws an Gmagi

SplDoublyLinkedList::rewind

(PHP 5 >= 5.3.0, PHP 7) Rewind iterator back to the start public void SplDoublyLinkedList::rewind ( void ) This rewinds the iterator to the beginning. Returns: No value is returned.

ZMQPoll::clear

(PECL zmq >= 0.5.0) Clear the poll set public ZMQPoll ZMQPoll::clear ( void ) Clears all elements from the poll set. Returns: Returns the current object.

ReflectionZendExtension::__construct

(PHP >= 5.4.0) Constructor public ReflectionZendExtension::__construct ( string $name ) Parameters: name Returns: This function is currently not documented; only its argument list is available.

SolrResponse::getRawResponseHeaders

(PECL solr >= 0.9.2) Returns the raw response headers from the server public string SolrResponse::getRawResponseHeaders ( void ) Returns the raw response headers from the server. Returns: Returns the raw response headers from the server.

oci_commit

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Commits the outstanding database transaction bool oci_commit ( resource $connection ) Commits the outstanding transaction for the Oracle connection. A commit ends the current transaction and makes permanent all changes. It releases all locks held. A transaction begins when the first SQL statement that changes data is executed with oci_execute() using the OCI_NO_AUTO_COMMIT flag. Furthe

PDF_lineto

(PHP 4, PECL pdflib >= 1.0.0) Draw a line bool PDF_lineto ( resource $p, float $x, float $y ) Draws a line from the current point to another point. Returns TRUE on success or FALSE on failure.