mail

(PHP 4, PHP 5, PHP 7) Send mail bool mail ( string $to, string $subject, string $message [, string $additional_headers [, string $additional_parameters ]] ) Sends an email. Parameters: to Receiver, or receivers of the mail. The formatting of this string must comply with » RFC 2822. Some examples are: user@example.com user@example.com, anotheruser@example.com User <u

ncurses_inch

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Get character and attribute at current position string ncurses_inch ( void ) Returns the character from the current position. Returns: Returns the character, as a string. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notic

newt_refresh

(PECL newt >= 0.1) Updates modified portions of the screen void newt_refresh ( void ) To increase performance, newt only updates the display when it needs to, not when the program tells it to write to the terminal. Applications can force newt to immediately update modified portions of the screen by calling this function. Returns: No value is returned.

Imagick::clear

(PECL imagick 2.0.0) Clears all resources associated to Imagick object bool Imagick::clear ( void ) Clears all resources associated to Imagick object Returns: Returns TRUE on success.

EvWatcher::stop

(PECL ev >= 0.2.0) Stops the watcher public void EvWatcher::stop ( void ) Marks the watcher as inactive. Note that only active watchers will receive events. Returns: No value is returned. See also: EvWatcher::start() -

mysqli::__construct

(PHP 5, PHP 7) Open a new connection to the MySQL server mysqli mysqli_connect ([ string $host = ini_get("mysqli.default_host") [, string $username = ini_get("mysqli.default_user") [, string $passwd = ini_get("mysqli.default_pw") [, string $dbname = "" [, int $port = ini_get("mysqli.default_port") [, string $socket = ini_get("mysqli.default_socket") ]]]]]] ) Object oriented style mysqli::__construct ([ string $host = i

gmp_and

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Bitwise AND GMP gmp_and ( GMP $a, GMP $b ) Calculates bitwise AND of two GMP numbers. Parameters: a Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number. b Either a GMP number resource in P

SWFBitmap::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Loads Bitmap object SWFBitmap::__construct ( mixed $file [, mixed $alphafile ] ) Creates the new SWFBitmap object from the given file. Parameters: file Note: We can only deal with baseline (frame 0) jpegs, no baseline optimized or progressive scan jpegs! You can't import png images directly, though- have to use the png2dbl utility t

PDF_set_parameter

(PHP 4, PECL pdflib >= 1.0.0) Set string parameter bool PDF_set_parameter ( resource $p, string $key, string $value ) Sets some PDFlib parameter with string type. Returns TRUE on success or FALSE on failure.

HaruPage::concat

(PECL haru >= 0.0.1) Concatenate current transformation matrix of the page and the specified matrix bool HaruPage::concat ( float $a, float $b, float $c, float $d, float $x, float $y ) Concatenates current transformation matrix of the page and the specified matrix. Parameters: a Concatenates current transformation matrix of the page and the specified matrix.