(Yaf >=1.0.0) Register a plugin public Yaf_Dispatcher Yaf_Dispatcher::registerPlugin ( Yaf_Plugin_Abstract $plugin ) Register a plugin(see Yaf_Plugin_Abstract). Generally, we register plugins in Bootstrap(see Yaf_Bootstrap_Abstract). Parameters: plugin Register a plugin(see Yaf_Plugin_Abstract). Generally, we register plugins in Bootstrap(see Yaf_Bootstrap_Abstract).
(PECL pthreads >= 2.0.0) Identification public integer Thread::getCreatorId ( void ) Will return the identity of the Thread that created the referenced Thread Returns: A numeric identity Examples: Return the identity of the Thread or Process that created the referenced Thread <?php class My extends Thread { publ
(PECL gearman >= 0.5.0) Set a callback for worker exceptions public bool GearmanClient::setExceptionCallback ( callable $callback ) Specifies a function to call when a worker for a task sends an exception. Parameters: callback Function to call when the worker throws an exception Returns: Returns TRUE on success or FALSE on failure.
(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set timeout for mouse button clicks int ncurses_mouseinterval ( int $milliseconds ) Parameters: milliseconds This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. Th
(PECL haru >= 0.0.1) Set the appearance of the page to fit the specified rectangle bool HaruDestination::setFitR ( float $left, float $bottom, float $right, float $top ) Defines the appearance of the page to fit the rectangle by the parameters. Parameters: left The left coordinates of the page. bottom The bottom coordinates of the pa
(PECL pdflib >= 2.1.0) Get contents of pCOS path with type stream, fstream, or string string PDF_pcos_get_stream ( resource $p, int $doc, string $optlist, string $path ) Gets the contents of a pCOS path with type stream, fstream, or string.
(PHP 4, PECL pdflib >= 1.0.0) Close pdf resource [deprecated] bool PDF_close ( resource $p ) Closes the generated PDF file, and frees all document-related resources. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use PDF_end_document() instead.
(PHP 4, PECL pdflib >= 1.0.0) Open JPEG image [deprecated] This function is deprecated since PDFlib version 3, use PDF_load_image() instead.
(PECL trader >= 0.2.2) Get compatibility mode integer trader_get_compat ( void ) Get compatibility mode which affects the way calculations are done by all the extension functions. Returns: Returns the compatibility mode id which can be identified by TRADER_COMPATIBILITY_* series of constants.
(PHP 7) Check if code point has the Uppercase Unicode property public static bool IntlChar::isUUppercase ( mixed $codepoint ) Check if a code point has the Uppercase Unicode property. This is the same as IntlChar::hasBinaryProperty($codepoint, IntlChar::PROPERTY_UPPERCASE) Note: This is different than IntlChar::isupper() and will return TRUE for more characters. Parameters: cod
Page 280 of 930