DateTime::add

(PHP 5 >= 5.3.0, PHP 7) Adds an amount of days, months, years, hours, minutes and seconds to a DateTime object public DateTime DateTime::add ( DateInterval $interval ) Object oriented style Procedural style DateTime date_add ( DateTime $object , DateInterval $interval ) Adds the specified DateInterval object to the specified DateTime object. Parameters: object Proced

IntlChar::getIntPropertyMinValue

(PHP 7) Get the min value for a Unicode property public static int IntlChar::getIntPropertyMinValue ( int $property ) Gets the minimum value for an enumerated/integer/binary Unicode property. Parameters: property The Unicode property to lookup (see the IntlChar::PROPERTY_* constants). Returns: The maximum value returned by IntlChar::getIntPropertyV

forward_static_call_array

(PHP 5 >= 5.3.0, PHP 7) Call a static method and pass the arguments as array mixed forward_static_call_array ( callable $function, array $parameters ) Calls a user defined function or method given by the function parameter. This function must be called within a method context, it can't be used outside a class. It uses the late static binding. All arguments of the forwarded method are passed as values, and as an array, sim

CairoSvgSurface::__construct

(PECL cairo >= 0.1.0) The __construct purpose public CairoSvgSurface::__construct ( string $file, float $width, float $height ) The method description goes here. Parameters: file Description... width Description... height Description... Returns: Description...

random_int

(PHP 7) Generates cryptographically secure pseudo-random integers int random_int ( int $min, int $max ) Generates cryptographic random integers that are suitable for use where unbiased results are critical, such as when shuffling a deck of cards for a poker game. The sources of randomness used for this function are as follows: On Windows, » CryptGenRandom() will always be used. On Linux, the » getrandom(2) syscall w

Memcached::getResultCode

(PECL memcached >= 0.1.0) Return the result code of the last operation public int Memcached::getResultCode ( void ) Memcached::getResultCode() returns one of the Memcached::RES_* constants that is the result of the last executed Memcached method. Returns: Result code of the last Memcached operation. Examples: Memcached::getResultCod

PDOStatement::setFetchMode

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0) Set the default fetch mode for this statement public bool PDOStatement::setFetchMode ( int $mode ) public bool PDOStatement::setFetchMode ( int $PDO::FETCH_COLUMN , int $colno ) public bool PDOStatement::setFetchMode ( int $PDO::FETCH_CLASS , string $classname , array $ctorargs ) public bool PDOStatement::setFetchMode ( int $PDO::FETCH_INTO , object $object )

fann_get_sarprop_temperature

(PECL fann >= 1.0.0) Returns the sarprop temperature float fann_get_sarprop_temperature ( resource $ann ) Returns the sarprop temperature. The default temperature is 0.015. Parameters: ann Neural network resource. Returns: The sarprop temperature, or FALSE on error. See also:

ncurses_termattrs

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns a logical OR of all attribute flags supported by terminal bool ncurses_termattrs ( void ) 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.

SWFMovie::setFrames

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the total number of frames in the animation void SWFMovie::setFrames ( int $number ) Sets the total number of frames in the animation to the given number. Parameters: number The number of frames. Returns: No value is returned. This function is EXPERIMENTAL. The behaviou