CairoContext::transform

(PECL cairo >= 0.1.0) The transform purpose public void CairoContext::transform ( string $matrix ) Object oriented style (method): Procedural style: void cairo_transform ( CairoContext $context , CairoMatrix $matrix ) Description here. Parameters: context Description... matrix Description... Returns: Descr

RecursiveTreeIterator::setPrefixPart

(PHP 5 >= 5.3.0, PHP 7) Set a part of the prefix public void RecursiveTreeIterator::setPrefixPart ( int $part, string $value ) Sets a part of the prefix used in the graphic tree. Parameters: part One of the RecursiveTreeIterator::PREFIX_* constants. value The value to assign to the part of the prefix specified in part.

HaruPage::setTextLeading

(PECL haru >= 0.0.1) Set text leading (line spacing) for the page bool HaruPage::setTextLeading ( float $text_leading ) Set the text leading (line spacing) for the page. Parameters: text_leading Defines line spacing for the page. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

Threaded::pop

(PECL pthreads >= 2.0.0) Manipulation public boolean Threaded::pop ( void ) Pops an item from the objects property table Returns: The last item from the objects property table Examples: Popping the last item from the property table of a threaded object <?php $safe = new Threaded(); while (count($safe) < 10)     

Threaded::from

(PECL pthreads >= 2.0.9) Creation public Threaded Threaded::from ( Closure $run [, Closure $construct [, array $args ]] ) Creates an anonymous Threaded object from closures Parameters: run The closure to use for ::run construct The constructor to use for anonymous object args The arguments to pass

Directory::read

(PHP 4, PHP 5, PHP 7) Read entry from directory handle public string Directory::read ([ resource $dir_handle ] ) Same as readdir(), only dir_handle defaults to $this.

trader_correl

(PECL trader >= 0.2.0) Pearson's Correlation Coefficient (r) array trader_correl ( array $real0, array $real1 [, integer $timePeriod ] ) Parameters: real0 Array of real values. real1 Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Ret

hw_api::children

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns children of an object array hw_api::children ( array $parameter ) Retrieves the children of a collection or the attributes of a document. The children can be further filtered by specifying an object query. Parameters: parameter The parameter array contains the required elements 'objectIdentifier' and the optional elements

mysqli_result::$current_field

(PHP 5, PHP 7) Get current field offset of a result pointer int mysqli_field_tell ( mysqli_result $result ) Object oriented style int $mysqli_result->current_field ; Procedural style Returns the position of the field cursor used for the last mysqli_fetch_field() call. This value can be used as an argument to mysqli_field_seek(). Parameters: result Procedural style only

Yaf_Controller_Abstract::getRequest

(Yaf >=1.0.0) Retrieve current request object public Yaf_Request_Abstract Yaf_Controller_Abstract::getRequest ( void ) retrieve current request object Returns: Yaf_Request_Abstract instance