ImagickDraw::setStrokeMiterLimit

(PECL imagick 2.0.0) Specifies the miter limit bool ImagickDraw::setStrokeMiterLimit ( int $miterlimit ) Specifies the miter limit. When two line segments meet at a sharp angle and miter joins have been specified for 'lineJoin', it is possible for the miter to extend far beyond the thickness of the line stroking the path. The miterLimit' imposes a limit on the ratio of the miter length to the 'lineWidth'. Pa

cubrid_version

(PECL CUBRID >= 8.3.0) Get the CUBRID PHP module's version string cubrid_version ( void ) The cubrid_version() function is used to get the CUBRID PHP module's version. Returns: Version information (eg. "8.3.1.0001"). Examples: cubrid_version() example <?php printf("%-30s %s\n", "CUBRID PHP Version:", cubrid_version(

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:

cubrid_lob2_read

(PECL CUBRID >= 8.4.1) Read from BLOB/CLOB data. string cubrid_lob2_read ( resource $lob_identifier, int $len ) The cubrid_lob2_read() function reads len bytes from the LOB data and returns the bytes read. Parameters: lob_identifier Lob identifier as a result of cubrid_lob2_new() or get from the result set. len Length from buffer you wa

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