Yaf_Controller_Abstract::__clone

(Yaf >=1.0.0) Yaf_Controller_Abstract can not be cloned final private void Yaf_Controller_Abstract::__clone ( void ) Returns:

cubrid_error_code_facility

(PECL CUBRID >= 8.3.0) Get the facility code of error int cubrid_error_code_facility ( void ) The cubrid_error_code_facility() function is used to get the facility code (level in which the error occurred) from the error code of the error that occurred during the API execution. Usually, you can get the error code when API returns false as its return value. Returns: Facility code of the error cod

EvWatcher::getLoop

(PECL ev >= 0.2.0) Returns the loop responsible for the watcher public EvLoop EvWatcher::getLoop ( void ) Returns the loop responsible for the watcher Returns: Returns EvLoop event loop object responsible for the watcher.

gmp_strval

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Convert GMP number to string string gmp_strval ( GMP $gmpnumber [, int $base = 10 ] ) Convert GMP number to string representation in base base. The default base is 10. Parameters: gmpnumber The GMP number that will be converted to a string. Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a nume

SQLite3Result::finalize

(PHP 5 >= 5.3.0, PHP 7) Closes the result set public bool SQLite3Result::finalize ( void ) Closes the result set. Returns: Returns TRUE.

fdf_set_version

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Sets version number for a FDF file bool fdf_set_version ( resource $fdf_document, string $version ) Sets the FDF version for the given document. Some features supported by this extension are only available in newer FDF versions. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string().

vpopmail_del_domain_ex

(PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) Delete a virtual domain bool vpopmail_del_domain_ex ( string $domain ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This function is currently not docu

ldap_start_tls

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Start TLS bool ldap_start_tls ( resource $link ) This function is currently not documented; only its argument list is available.

SWFDisplayItem::getYScale

(PHP 5 <= 5.3.0, PECL ming SVN) float SWFDisplayItem::getYScale ( void ) This function is currently not documented; only its argument list is available. See also: SWFDisplayItem::getXScale() -

ImagickDraw::roundRectangle

(PECL imagick 2.0.0) Draws a rounded rectangle bool ImagickDraw::roundRectangle ( float $x1, float $y1, float $x2, float $y2, float $rx, float $ry ) Draws a rounded rectangle given two coordinates, x & y corner radiuses and using the current stroke, stroke width, and fill settings. Parameters: x1 x coordinate of the top left corner y1