KTaglib_ID3v2_AttachedPictureFrame::getDescription

(0.0.1) Returns a description for the picture in a picture frame public string KTaglib_ID3v2_AttachedPictureFrame::getDescription ( void ) Returns the attached description for a picture frame in an ID3v2.x frame. Returns: Returns a description for the picture in a picture frame

hw_api_attribute::values

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns all values of the attribute array hw_api_attribute::values ( void ) Gets all values of the attribute. Returns: Returns an array of attribute values. See also: hw_api_attribute::value -

oci_password_change

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Changes password of Oracle's user bool oci_password_change ( resource $connection, string $username, string $old_password, string $new_password ) resource oci_password_change ( string $dbname , string $username , string $old_password , string $new_password ) Changes password for user with username. The oci_password_change() function is most useful for PHP command-line scripts, or when

mysqli_enable_rpl_parse

(PHP 5 < 5.3.0) Enable RPL parse bool mysqli_enable_rpl_parse ( mysqli $link ) This function is currently not documented; only its argument list is available. This function has been DEPRECATED and REMOVED as of PHP 5.3.0.

SplFileInfo::getSize

(PHP 5 >= 5.1.2, PHP 7) Gets file size public int SplFileInfo::getSize ( void ) Returns the filesize in bytes for the file referenced. Returns: The filesize in bytes. Exception: A RuntimeException will be thrown if the file does not exist or an error occurs. See also: filesize() -

SplFileInfo::getATime

(PHP 5 >= 5.1.2, PHP 7) Gets last access time of the file public int SplFileInfo::getATime ( void ) Gets the last access time for the file. Returns: Returns the time the file was last accessed. Exception: Throws RunTimeException on error. See also: fileatime() -

strftime

(PHP 4, PHP 5, PHP 7) Format a local time/date according to locale settings string strftime ( string $format [, int $timestamp = time() ] ) Format the time and/or date according to locale settings. Month and weekday names and other language-dependent strings respect the current locale set with setlocale(). Not all conversion specifiers may be supported by your C library, in which case they will not be supported by PHP's s

trader_stddev

(PECL trader >= 0.2.0) Standard Deviation array trader_stddev ( array $real [, integer $timePeriod [, float $nbDev ]] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. nbDev Number of period. Valid range from 2 to 100000. Returns:

ArrayObject::natcasesort

(PHP 5 >= 5.2.0, PHP 7) Sort an array using a case insensitive "natural order" algorithm public void ArrayObject::natcasesort ( void ) This method is a case insensitive version of ArrayObject::natsort. This method implements a sort algorithm that orders alphanumeric strings in the way a human being would while maintaining key/value associations. This is described as a "natural ordering". Returns:

NumberFormatter::formatCurrency

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Format a currency value public string NumberFormatter::formatCurrency ( float $value, string $currency ) Object oriented style Procedural style string numfmt_format_currency ( NumberFormatter $fmt , float $value , string $currency ) Format the currency value according to the formatter rules. Parameters: fmt NumberForm