Yaf_Session::key

(Yaf >=1.0.0) The key purpose public void Yaf_Session::key ( void ) Returns: This function is currently not documented; only its argument list is available.

svn_fs_revision_root

(PECL svn >= 0.1.0) Get a handle on a specific version of the repository root resource svn_fs_revision_root ( resource $fs, int $revnum ) Get a handle on a specific version of the repository root This function is currently not documented; only its argument list is available.

Gmagick::haspreviousimage

(PECL gmagick >= Unknown) Checks if the object has a previous image public mixed Gmagick::haspreviousimage ( void ) Returns TRUE if the object has more images when traversing the list in the reverse direction Returns: Returns TRUE if the object has more images when traversing the list in the reverse direction, returns FALSE if there are none. Exception: Throws

ncurses_insdelln

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Insert lines before current line scrolling down (negative numbers delete and scroll up) int ncurses_insdelln ( int $count ) Parameters: count This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without noti

Gmagick::minifyimage

(PECL gmagick >= Unknown) Scales an image proportionally to half its size public void Gmagick::minifyimage ( void ) A convenient method that scales an image proportionally to one-half its original size Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

Yaf_Response_Abstract::setHeader

(Yaf >=1.0.0) The setHeader purpose public void Yaf_Response_Abstract::setHeader ( void ) Returns: This function is currently not documented; only its argument list is available.

PDF_set_char_spacing

(PHP 4, PECL pdflib >= 1.0.0) Set character spacing [deprecated] This function is deprecated since PDFlib version 3, use PDF_set_value() with parameter charspacing instead.

Yaf_View_Interface::display

(Yaf >=1.0.0) Render and output a template abstract public bool Yaf_View_Interface::display ( string $tpl [, array $tpl_vars ] ) Render a template and output the result immediatly. Parameters: tpl Render a template and output the result immediatly. tpl_vars Render a template and output the result immediatly. Retur

DOMElement::setAttributeNS

(PHP 5, PHP 7) Adds new attribute public void DOMElement::setAttributeNS ( string $namespaceURI, string $qualifiedName, string $value ) Sets an attribute with namespace namespaceURI and name name to the given value. If the attribute does not exist, it will be created. Parameters: namespaceURI The namespace URI. qualifiedName The qualif

Judy::firstEmpty

(PECL judy >= 0.1.1) Search for the first absent index in the Judy array public int Judy::firstEmpty ([ mixed $index = 0 ] ) Search (inclusive) for the first absent index that is equal to or greater than the passed Index. Parameters: index The index can be an integer or a string corresponding to the index where to start the search. Returns: R