XMLDiff\DOM::merge

(PECL xmldiff >= 0.8.0) Produce merged DOMDocument public DOMDocument XMLDiff\DOM::merge ( DOMDocument $src, DOMDocument $diff ) Create new DOMDocument based on the diff. Parameters: src Source DOMDocument object. diff DOMDocument object containing the diff information. Returns: Merged DOMDocument or NULL.

DirectoryIterator::isReadable

(PHP 5, PHP 7) Determine if current DirectoryIterator item can be read public bool DirectoryIterator::isReadable ( void ) Determines if the current DirectoryIterator item is readable. Returns: Returns TRUE if the file is readable, otherwise FALSE Examples: DirectoryIterator::isReadable() example <?php $iterator = new D

imagecolorstotal

(PHP 4, PHP 5, PHP 7) Find out the number of colors in an image's palette int imagecolorstotal ( resource $image ) Returns the number of colors in an image palette. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatefromgif(). Returns: Returns the number of colors in the specified image's pale

PDF_encoding_set_char

(PECL pdflib >= 2.0.0) Add glyph name and/or Unicode value bool PDF_encoding_set_char ( resource $pdfdoc, string $encoding, int $slot, string $glyphname, int $uv ) Adds a glyph name and/or Unicode value to a custom encoding.

uopz_redefine

(PECL uopz >= 1.0.0) Redefine a constant void uopz_redefine ( string $class, string $constant, mixed $value ) void uopz_redefine ( string $constant , mixed $value ) Redefines the given constant as value Parameters: class The name of the class containing the constant constant The name of the constant value

SoapClient::__construct

(PHP 5 >= 5.0.1, PHP 7) SoapClient constructor public SoapClient::SoapClient ( mixed $wsdl [, array $options ] ) This function is an alias of: SoapClient::SoapClient()

trader_cdlhomingpigeon

(PECL trader >= 0.2.0) Homing Pigeon array trader_cdlhomingpigeon ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing

CairoContext::inFill

(PECL cairo >= 0.1.0) The inFill purpose public bool CairoContext::inFill ( string $x, string $y ) Object oriented style (method): Procedural style: bool cairo_in_fill ( CairoContext $context , string $x , string $y ) Description here. Parameters: context Description... x Description... y Descript

radius_request_authenticator

(PECL radius >= 1.1.0) Returns the request authenticator string radius_request_authenticator ( resource $radius_handle ) The request authenticator is needed for demangling mangled data like passwords and encryption-keys. Returns: Returns the request authenticator as string, or FALSE on error. See also: radius

readline_on_new_line

(PHP 5 >= 5.1.0, PHP 7) Inform readline that the cursor has moved to a new line void readline_on_new_line ( void ) Tells readline that the cursor has moved to a new line. Returns: No value is returned.