version_compare

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Compares two "PHP-standardized" version number strings mixed version_compare ( string $version1, string $version2 [, string $operator ] ) version_compare() compares two "PHP-standardized" version number strings. The function first replaces _, - and + with a dot . in the version strings and also inserts dots . before and after any non number so that for example '4.3.2RC1' becomes '4.3.2.RC.

Socket context options

Socket context option listing Socket context options are available for all wrappers that work over sockets, like tcp, http and ftp. Changelog: 5.3.3 Added backlog. 5.1.0 Added bindto. Examples: Basic bindto usage example <?php // connect to the internet using the '192.168.0.100' IP $opts = array(     'socket' =&

CairoContext::glyphPath

(PECL cairo >= 0.1.0) The glyphPath purpose public void CairoContext::glyphPath ( array $glyphs ) Object oriented style Procedural style void cairo_glyph_path ( CairoContext $context , array $glyphs ) Adds closed paths for the glyphs to the current path. The generated path if filled, achieves an effect similar to that of CairoContext::showGlyphs(). Parameters: context

Phar context options

Phar context option listing Context options for phar:// wrapper. See also: phar:// - Phar stream wrapper -

ZMQSocket::disconnect

(PECL zmq >= 1.0.4) Disconnect a socket public ZMQSocket ZMQSocket::disconnect ( string $dsn ) Disconnect the socket from a previously connected remote endpoint. The endpoint is defined in format transport://address where transport is one of the following: inproc, ipc, tcp, pgm or epgm. Parameters: dsn The connect dsn, for example transport://address.

php_logo_guid

(PHP 4, PHP 5 < 5.5) Gets the logo guid string php_logo_guid ( void ) This function returns the ID which can be used to display the PHP logo using the built-in image. Logo is displayed only if expose_php is On. Returns: Returns PHPE9568F34-D428-11d2-A769-00AA001ACF42. This function has been DEPRECATED and REMOVED as of PHP 5.5.0.

ReflectionMethod::invoke

(PHP 5, PHP 7) Invoke public mixed ReflectionMethod::invoke ( object $object [, mixed $parameter [, mixed $... ]] ) Invokes a reflected method. Parameters: object The object to invoke the method on. For static methods, pass null to this parameter. parameter Zero or more parameters to be passed to the method. It accepts a variable number

ibase_prepare

(PHP 5, PHP 7) Prepare a query for later binding of parameter placeholders and execution resource ibase_prepare ( string $query ) resource ibase_prepare ( resource $link_identifier , string $query ) resource ibase_prepare ( resource $link_identifier , string $trans , string $query ) Prepare a query for later binding of parameter placeholders and execution (via ibase_execute()). Parameters:

PDF_create_fieldgroup

(PECL pdflib >= 2.0.0) Create form field group bool PDF_create_fieldgroup ( resource $pdfdoc, string $name, string $optlist ) Creates a form field group subject to various options.

stats_cdf_gamma

(PECL stats >= 1.0.0) Calculates any one parameter of the gamma distribution given values for the others. float stats_cdf_gamma ( float $par1, float $par2, float $par3, int $which ) Parameters: par1 par2 par3 which Returns: