pg_connect_poll

(PHP 5 >= 5.6.0, PHP 7) Poll the status of an in-progress asynchronous PostgreSQL connection attempt. int pg_connect_poll ([ resource $connection ] ) pg_connect_poll() polls the status of a PostgreSQL connection created by calling pg_connect() with the PGSQL_CONNECT_ASYNC option. Parameters: connection PostgreSQL database connection resource. Retu

Imagick::charcoalImage

(PECL imagick 2.0.0) Simulates a charcoal drawing bool Imagick::charcoalImage ( float $radius, float $sigma ) Simulates a charcoal drawing. Parameters: radius The radius of the Gaussian, in pixels, not counting the center pixel sigma The standard deviation of the Gaussian, in pixels Returns: Returns TRUE on suc

Phar::mungServer

(Unknown) Defines a list of up to 4 $_SERVER variables that should be modified for execution final public static void Phar::mungServer ( array $munglist ) Phar::mungServer() should only be called within the stub of a phar archive. Defines a list of up to 4 $_SERVER variables that should be modified for execution. Variables that can be modified to remove traces of phar execution are REQUEST_URI, PHP_SELF, SCRIPT_NAME and S

Static Keyword

Examples: Static method example <?php class Foo {     public static function aStaticMethod() {         // ...     } } Foo::aStaticMethod(); $classname = 'Foo'; $classname::aStaticMethod(); // As of PHP 5.3.0 ?> Static property example Static properties cannot be accessed through the object using the arrow operator ->. Like any other PHP static variable, static properties may only be initialized using a literal or constant before

SolrQuery::setFacetDateHardEnd

(PECL solr >= 0.9.2) Maps to facet.date.hardend public SolrQuery SolrQuery::setFacetDateHardEnd ( bool $value [, string $field_override ] ) Maps to facet.date.hardend Parameters: value See facet.date.hardend field_override The name of the field Returns: Returns the current SolrQuery object, if the return val

DOMXPath::__construct

(PHP 5, PHP 7) Creates a new DOMXPath object public DOMXPath::__construct ( DOMDocument $doc ) Creates a new DOMXPath object. Parameters: doc The DOMDocument associated with the DOMXPath.

CairoMatrix::scale

(PECL cairo >= 0.1.0) Applies scaling to a matrix public void CairoMatrix::scale ( float $sx, float $sy ) Object oriented style (method): Procedural style: void cairo_matrix_scale ( CairoContext $context , float $sx , float $sy ) Applies scaling by sx, sy to the transformation in the matrix. The effect of the new transformation is to first scale the coordinates by sx and sy, then apply the original transformation to the

Locale::getDisplayVariant

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Returns an appropriately localized display name for variants of the input locale public static string Locale::getDisplayVariant ( string $locale [, string $in_locale ] ) Object oriented style Procedural style string locale_get_display_variant ( string $locale [, string $in_locale ] ) Returns an appropriately localized display name for variants of the input locale. If is

event_add

(PECL libevent >= 0.0.1) Add an event to the set of monitored events bool event_add ( resource $event [, int $timeout = -1 ] ) event_add() schedules the execution of the event when the event specified in event_set() occurs or in at least the time specified by the timeout argument. If timeout was not specified, not timeout is set. The event must be already initalized by event_set() and event_base_set() functions. If the e

ssh2_fingerprint

(PECL ssh2 >= 0.9.0) Retrieve fingerprint of remote server string ssh2_fingerprint ( resource $session [, int $flags = SSH2_FINGERPRINT_MD5 | SSH2_FINGERPRINT_HEX ] ) Returns a server hostkey hash from an active session. Parameters: session An SSH connection link identifier, obtained from a call to ssh2_connect(). flags flags may be