EventHttp::removeServerAlias

(PECL event >= 1.4.0-beta) Removes server alias public bool EventHttp::removeServerAlias ( string $alias ) Removes server alias added with EventHttp::addServerAlias() Parameters: alias The alias to remove. Returns: Returns TRUE on success. Otherwise FALSE. See also:

ncurses_mvcur

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move cursor immediately int ncurses_mvcur ( int $old_y, int $old_x, int $new_y, int $new_x ) Parameters: old_y old_x new_y new_x This function is EXPERIMENTAL. The be

pg_socket

(PHP 5 >= 5.6.0, PHP 7) Get a read only handle to the socket underlying a PostgreSQL connection resource pg_socket ( resource $connection ) pg_socket() returns a read only resource corresponding to the socket underlying the given PostgreSQL connection. Parameters: connection PostgreSQL database connection resource. Returns: A socket resource

mysqli_result::fetch_all

(PHP 5 >= 5.3.0, PHP 7) Fetches all result rows as an associative array, a numeric array, or both mixed mysqli_result::fetch_all ([ int $resulttype = MYSQLI_NUM ] ) Object oriented style Procedural style mixed mysqli_fetch_all ( mysqli_result $result [, int $resulttype = MYSQLI_NUM ] ) mysqli_fetch_all() fetches all result rows and returns the result set as an associative array, a numeric array, or both.

HaruPage::setRGBFill

(PECL haru >= 0.0.1) Set filling color for the page bool HaruPage::setRGBFill ( float $r, float $g, float $b ) Defines filling color for the page. All values must be between 0 and 1. Parameters: r Defines filling color for the page. All values must be between 0 and 1. g Defines filling color for the page. All values must be between 0

rrd_tune

(PECL rrd >= 0.9.0) Tunes some RRD database file header options. bool rrd_tune ( string $filename, array $options ) Change some options in the RRD dabase header file. E.g. renames the source for the data etc. Parameters: filename RRD database file name. options Options with RRD database file properties which will be changed. See rrd

SoapServer::getFunctions

(PHP 5 >= 5.0.1, PHP 7) Returns list of defined functions public array SoapServer::getFunctions ( void ) Returns a list of the defined functions in the SoapServer object. This method returns the list of all functions added by SoapServer::addFunction() or SoapServer::setClass(). Returns: An array of the defined functions. Examples: S

Late Static Bindings

Examples: self:: usage Static references to the current class like self:: or __CLASS__ are resolved using the class in which the function belongs, as in where it was defined: <?php class A {     public static function who() {         echo __CLASS__;     }     public static function test() {         self::who();     } } class B extends A {     public static function who() {         echo __CLASS__;     } } B::test(); ?> The above example will output: A

PDF_begin_page_ext

(PECL pdflib >= 2.0.0) Start new page bool PDF_begin_page_ext ( resource $pdfdoc, float $width, float $height, string $optlist ) Adds a new page to the document, and specifies various options. The parameters width and height are the dimensions of the new page in points. Returns TRUE on success or FALSE on failure. Common Page Sizes in Points name size A0 2380 x 3368 A1 1684 x 2380 A2 1190 x 1684 A3 842 x 1190 A4 595 x 84

Imagick::setImageAlphaChannel

(No version information available, might only be in Git) Sets image alpha channel bool Imagick::setImageAlphaChannel ( int $mode ) Activate or deactivate image alpha channel. The mode is one of the Imagick::ALPHACHANNEL_* constants. This method is available if Imagick has been compiled against ImageMagick version 6.3.8 or newer. Parameters: mode One of the Imagick::ALPHAC