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:

HaruDoc::addPageLabel

(PECL haru >= 0.0.1) Set the numbering style for the specified range of pages bool HaruDoc::addPageLabel ( int $first_page, int $style, int $first_num [, string $prefix = "" ] ) Set the numbering style for the specified range of pages. Parameters: first_page The first page included into the labeling range. style The numbering style.

HaruDoc::setEncryptionMode

(PECL haru >= 0.0.1) Set encryption mode for the document bool HaruDoc::setEncryptionMode ( int $mode [, int $key_len = 5 ] ) Defines encryption mode for the document. The encryption mode cannot be set before setting the password. Parameters: mode The encryption mode to use. Can be one of the following: HaruDoc::ENCRYPT_R2 - use "revision2" algorithm. HaruDoc::ENC