Yaf_Config_Simple::current

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

Yaf_Application::getAppDirectory

(Yaf >=2.1.4) Get the application directory public Yaf_Application Yaf_Application::getAppDirectory ( void ) Parameters: directory Returns:

PDF_open_gif

(PHP 4, PECL pdflib >= 1.0.0) Open GIF image [deprecated] This function is deprecated since PDFlib version 3, use PDF_load_image() instead.

Yaf_Application::clearLastError

(Yaf >=2.1.2) Clear the last error info public Yaf_Application Yaf_Application::clearLastError ( void ) Returns: Examples: Yaf_Application::clearLastError() example <?php function error_handler($errno, $errstr, $errfile, $errline) {    Yaf_Application::app()->clearLastError();    var_dump(Yaf_Application::app()->g

ncurses_wattrset

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set the attributes for a window int ncurses_wattrset ( resource $window, int $attrs ) Parameters: window attrs This function is currently not documented; only its argument list is available.

SimpleXMLElement::__toString

(No version information available, might only be in Git) Returns the string content public string SimpleXMLElement::__toString ( void ) Returns text content that is directly in this element. Does not return text content that is inside this element's children. Returns: Returns the string content on success or an empty string on failure. Examples:

cairo_pattern_create_linear

(PECL cairo >= 0.1.0) Description CairoPattern cairo_pattern_create_linear ( float $x0, float $y0, float $x1, float $y1 ) The function description goes here. Parameters: x0 Description... y0 Description... x1 Description... y1 Description... R

MongoDeleteBatch::__construct

(PECL mongo >= 1.5.0) Description public MongoDeleteBatch::__construct ( MongoCollection $collection [, array $write_options ] ) Constructs a batch of DELETE operations. See MongoWriteBatch. Parameters: collection The MongoCollection to execute the batch on. Its write concern will be copied and used as the default write concern if none is given as $write_options or duri

bson_encode

(PECL mongo >=1.0.1) Serializes a PHP variable into a BSON string string bson_encode ( mixed $anything ) This function is very beta and entirely useless for 99% of users. It is only useful if you're doing something weird, such as writing your own driver on top of the PHP driver. Parameters: anything The variable to be serialized. Returns: Retu

mcrypt_generic_end

(PHP 4 >= 4.0.2, PHP 5) This function terminates encryption bool mcrypt_generic_end ( resource $td ) This function terminates encryption specified by the encryption descriptor (td). Actually it clears all buffers, and closes all the modules used. Returns FALSE on error, or TRUE on success. mcrypt_generic_deinit() should be used instead of this function, as it can cause crash