Yaf_Application::getLastErrorMsg

(Yaf >=2.1.2) Get message of the last occurred error public string Yaf_Application::getLastErrorMsg ( void ) Returns: Examples: Yaf_Application::getLastErrorMsg() example <?php function error_handler($errno, $errstr, $errfile, $errline) {    var_dump(Yaf_Application::app()->getLastErrorMsg()); } $config = array(    

yaz_error

(PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) Returns error description string yaz_error ( resource $id ) yaz_error() returns an English text message corresponding to the last error number as returned by yaz_errno(). Parameters: id The connection resource returned by yaz_connect(). Returns: Returns an error text message for server (last request), ide

imagedestroy

(PHP 4, PHP 5, PHP 7) Destroy an image bool imagedestroy ( resource $image ) imagedestroy() frees any memory associated with image image. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). Returns: Returns TRUE on success or FALSE on failure.

Mongo::getSlave

(PECL mongo >=1.1.0) Returns the address being used by this for slaveOkay reads public string Mongo::getSlave ( void ) This finds the address of the secondary currently being used for reads. It is a read-only method: it does not change anything about the internal state of the object. When you create a connection to the database, the driver will not immediately decide on a secondary to use. Thus, after you connect, this

strchr

(PHP 4, PHP 5, PHP 7) Alias of strstr() This function is an alias of: strstr().

hw_api_reason::description

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns description of reason string hw_api_reason::description ( void ) Returns the description of a reason Returns: Returns the description, as a string.

intdiv

(PHP 7) Integer division int intdiv ( int $dividend, int $divisor ) Returns the integer quotient of the division of dividend by divisor. Parameters: dividend Number to be divided. divisor Number which divides the dividend. Returns: The integer quotient of the division of dividend by divisor.

mcrypt_enc_is_block_mode

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Checks whether the opened mode outputs blocks bool mcrypt_enc_is_block_mode ( resource $td ) Tells whether the opened mode outputs blocks (e.g. TRUE for cbc and ecb, and FALSE for cfb and stream). Parameters: td The encryption descriptor. Returns: Returns TRUE if the mode outputs blocks of bytes, or FALSE if it o

PDF_begin_page

(PHP 4, PECL pdflib >= 1.0.0) Start new page [deprecated] bool PDF_begin_page ( resource $pdfdoc, float $width, float $height ) Adds a new page to the document. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use PDF_begin_page_ext() instead.

trader_ppo

(PECL trader >= 0.2.0) Percentage Price Oscillator array trader_ppo ( array $real [, integer $fastPeriod [, integer $slowPeriod [, integer $mAType ]]] ) Parameters: real Array of real values. fastPeriod Number of period for the fast MA. Valid range from 2 to 100000. slowPeriod Number of period for th