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

ImagickDraw::setStrokeMiterLimit

(PECL imagick 2.0.0) Specifies the miter limit bool ImagickDraw::setStrokeMiterLimit ( int $miterlimit ) Specifies the miter limit. When two line segments meet at a sharp angle and miter joins have been specified for 'lineJoin', it is possible for the miter to extend far beyond the thickness of the line stroking the path. The miterLimit' imposes a limit on the ratio of the miter length to the 'lineWidth'. Pa

cubrid_version

(PECL CUBRID >= 8.3.0) Get the CUBRID PHP module's version string cubrid_version ( void ) The cubrid_version() function is used to get the CUBRID PHP module's version. Returns: Version information (eg. "8.3.1.0001"). Examples: cubrid_version() example <?php printf("%-30s %s\n", "CUBRID PHP Version:", cubrid_version(