simplexml_import_dom

(PHP 5, PHP 7) Get a SimpleXMLElement object from a DOM node. SimpleXMLElement simplexml_import_dom ( DOMNode $node [, string $class_name = "SimpleXMLElement" ] ) This function takes a node of a DOM document and makes it into a SimpleXML node. This new object can then be used as a native SimpleXML element. Parameters: node A DOM Element node class_

Imagick::raiseImage

(PECL imagick 2.0.0) Creates a simulated 3d button-like effect bool Imagick::raiseImage ( int $width, int $height, int $x, int $y, bool $raise ) Creates a simulated three-dimensional button-like effect by lightening and darkening the edges of the image. Members width and height of raise_info define the width of the vertical and horizontal edge of the effect. Parameters: width

Imagick::addNoiseImage

(PECL imagick 2.0.0) Adds random noise to the image bool Imagick::addNoiseImage ( int $noise_type [, int $channel = Imagick::CHANNEL_DEFAULT ] ) Adds random noise to the image. Parameters: noise_type The type of the noise. Refer to this list of noise constants. channel Provide any channel constant that is valid for your channel mode. T

inclued_get_data

(PECL inclued >= 0.1.0) Get the inclued data array inclued_get_data ( void ) Get the inclued data. Returns: The inclued data. Examples: inclued_get_data() example See the inclued examples section for ways to create graphs with this data. <?php  include 'x.php'; $clue = inclued_get_data(); print_r($clue); ?>

SDO_Sequence::insert

(^) Insert into a sequence void SDO_Sequence::insert ( mixed $value [, int $sequenceIndex [, mixed $propertyIdentifier ]] ) Insert a new element at a specified position in the sequence. All subsequent sequence items are moved up. Parameters: value The new value to be inserted. This can be either a primitive or an SDO_DataObject. sequenceIndex

bcompiler_write_included_filename

(PECL bcompiler >= 0.5) Writes an included file as bytecodes bool bcompiler_write_included_filename ( resource $filehandle, string $filename ) Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available.

intl_get_error_code

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get the last error code int intl_get_error_code ( void ) Useful to handle errors occurred in static methods when there's no object to get error code from. Returns: Error code returned by the last API function call. Examples: intl_get_error_code() example <?php $coll = c

SoapClient::__setLocation

(PHP 5 >= 5.0.1, PHP 7) Sets the location of the Web service to use public string SoapClient::__setLocation ([ string $new_location ] ) Sets the endpoint URL that will be touched by following SOAP requests. This is equivalent to specifying the location option when constructing the SoapClient. Note: Calling this method is optional. The SoapClient uses the endpoint from the WSDL file by default. Parame

CairoContext::clip

(PECL cairo >= 0.1.0) Establishes a new clip region public void CairoContext::clip ( void ) Object oriented style (method): Procedural style: void cairo_clip ( CairoContext $context ) Establishes a new clip region by intersecting the current clip region with the current path as it would be filled by CairoContext::fill() or cairo_fill() and according to the current fill rule (see CairoContext::setFillRule() or cairo_set_

CairoSvgSurface::versionToString

(PECL cairo >= 0.1.0) The versionToString purpose public static string CairoSvgSurface::versionToString ( int $version ) The method description goes here. Parameters: version Description... Returns: Description... This function is currently not documented; only its argument list is available.