gmp_div

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Alias of gmp_div_q() This function is an alias of: gmp_div_q().

ucfirst

(PHP 4, PHP 5, PHP 7) Make a string's first character uppercase string ucfirst ( string $str ) Returns a string with the first character of str capitalized, if that character is alphabetic. Note that 'alphabetic' is determined by the current locale. For instance, in the default "C" locale characters such as umlaut-a (ä) will not be converted. Parameters: str The input s

gc_mem_caches

(PHP 7) Reclaims memory used by the Zend Engine memory manager int gc_mem_caches ( void ) Reclaims memory used by the Zend Engine memory manager. Returns: Returns the number of bytes freed. See also: Garbage Collection -

Gmagick::getversion

(PECL gmagick >= Unknown) Returns the GraphicsMagick API version public array Gmagick::getversion ( void ) Returns the GraphicsMagick API version as a string and as a number. Returns: Returns the GraphicsMagick API version as a string and as a number. Exception: Throws an GmagickException on error.

ImagickPixel::clear

(PECL imagick 2.0.0) Clears resources associated with this object bool ImagickPixel::clear ( void ) Clears the ImagickPixel object, leaving it in a fresh state. This also unsets any color associated with the object. Returns: Returns TRUE on success. This function is currently not documented; only its argument list is available.

HaruPage::createDestination

(PECL haru >= 0.0.1) Create new HaruDestination instance object HaruPage::createDestination ( void ) Create a new HaruDestination instance. Returns: Returns a new HaruDestination instance. Exception: Throws a HaruException on error.

OAuth::disableDebug

(PECL OAuth >= 0.99.3) Turn off verbose debugging public bool OAuth::disableDebug ( void ) Turns off verbose request information (off by default). Alternatively, the debug property can be set to a FALSE value to turn debug off. Returns: TRUE Changelog: 0.99.8 The related debug property was added.

mysqli::get_connection_stats

(PHP 5 >= 5.3.0, PHP 7) Returns statistics about the client connection bool mysqli::get_connection_stats ( void ) Object oriented style Procedural style array mysqli_get_connection_stats ( mysqli $link ) Returns statistics about the client connection. Available only with mysqlnd. Parameters: link Procedural style only: A link identifier returned by mysqli_connect() or

ibase_service_detach

(PHP 5, PHP 7) Disconnect from the service manager bool ibase_service_detach ( resource $service_handle ) Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available.

SDO_Model_Type::getNamespaceURI

(^) Get the namespace URI of the type string SDO_Model_Type::getNamespaceURI ( void ) Returns the namespace URI of the type. The combination of namespace URI and type name is used to uniquely identify the type. Returns: Returns the namespace URI of the type. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation