rrd_create

(PECL rrd >= 0.9.0) Creates rrd database file bool rrd_create ( string $filename, array $options ) Creates the rdd database file. Parameters: filename Filename for newly created rrd file. options Options for rrd create - list of strings. See man page of rrd create for whole list of options. Returns: Returns

CairoGradientPattern::addColorStopRgb

(PECL cairo >= 0.1.0) The addColorStopRgb purpose public void CairoGradientPattern::addColorStopRgb ( string $offset, string $red, string $green, string $blue ) The method description goes here. Parameters: offset Description... red Description... green Description... blue

session_unset

(PHP 4, PHP 5, PHP 7) Free all session variables void session_unset ( void ) The session_unset() function frees all session variables currently registered. Returns: No value is returned. Notes: If $_SESSION (or $HTTP_SESSION_VARS for PHP 4.0.6 or less) is used, use unset() to unregister a session variable, i.e. unset ($_SESSION['varname']);.

ftp_quit

(PHP 4, PHP 5, PHP 7) Alias of ftp_close() This function is an alias of: ftp_close().

HaruImage::setMaskImage

(PECL haru >= 0.0.1) Set the image mask bool HaruImage::setMaskImage ( object $mask_image ) Sets the image used as image-mask. It must be 1bit gray-scale color image. Parameters: mask_image A valid HaruImage instance. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

Imagick::listRegistry

(No version information available, might only be in Git) Description public static array Imagick::listRegistry ( void ) List all the registry settings. Returns an array of all the key/value pairs in the registry Returns: An array containing the key/values from the registry.

stats_rand_gen_normal

(PECL stats >= 1.0.0) Generates a single random deviate from a normal distribution with mean, av, and standard deviation, sd (sd >= 0). Method : Renames SNORM from TOMS as slightly modified by BWB to use RANF instead of SUNIF. float stats_rand_gen_normal ( float $av, float $sd ) Parameters: av sd Returns:

Yaf_Router::getRoutes

(Yaf >=1.0.0) Retrieve registered routes public mixed Yaf_Router::getRoutes ( void ) Retrieve registered routes Returns:

mysqli_stmt::__construct

(PHP 5, PHP 7) Constructs a new mysqli_stmt object mysqli_stmt::__construct ( mysqli $link [, string $query ] ) This method constructs a new mysqli_stmt object. Note: In general, you should use either mysqli_prepare() or mysqli_stmt_init() to create a mysqli_stmt object, rather than directly instantiating the object with new mysqli_stmt. This method (and the ability to directly instantiate mysqli_stmt objects) may be deprecated and remov

htmlspecialchars

(PHP 4, PHP 5, PHP 7) Convert special characters to HTML entities string htmlspecialchars ( string $string [, int $flags = ENT_COMPAT | ENT_HTML401 [, string $encoding = ini_get("default_charset") [, bool $double_encode = true ]]] ) Certain characters have special significance in HTML, and should be represented by HTML entities if they are to preserve their meanings. This function returns a string with these conversions m