CairoRadialGradient::__construct

(PECL cairo >= 0.1.0) The __construct purpose public CairoRadialGradient::__construct ( float $x0, float $y0, float $r0, float $x1, float $y1, float $r1 ) Object oriented style: Procedural style: Creates a new radial gradient CairoPattern between the two circles defined by (x0, y0, r0) and (x1, y1, r1). Before using the gradient pattern, a number of color stops should be defined using CairoRadialGradient::addColorStopRgb(

SWFMovie::writeExports

(PHP 5 <= 5.3.0, PECL ming SVN) void SWFMovie::writeExports ( void ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

ArrayIterator::current

(PHP 5 >= 5.0.0, PHP 7) Return current array entry public mixed ArrayIterator::current ( void ) Get the current array entry. Returns: The current array entry. Examples: ArrayIterator::current() example <?php $array = array('1' => 'one',                '2' => 'two',                '3' => 'three'); $arrayobj

XSLTProcessor::removeParameter

(PHP 5, PHP 7) Remove parameter bool XSLTProcessor::removeParameter ( string $namespaceURI, string $localName ) Removes a parameter, if set. This will make the processor use the default value for the parameter as specified in the stylesheet. Parameters: namespaceURI The namespace URI of the XSLT parameter. localName The local name of th

CairoFontOptions::getAntialias

(PECL cairo >= 0.1.0) The getAntialias purpose public int CairoFontOptions::getAntialias ( void ) Object oriented style (method): Procedural style: int cairo_get_antialias ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not d

readfile

(PHP 4, PHP 5, PHP 7) Outputs a file int readfile ( string $filename [, bool $use_include_path = false [, resource $context ]] ) Reads a file and writes it to the output buffer. Parameters: filename The filename being read. use_include_path You can use the optional second parameter and set it to TRUE, if you want to search for the file

ArrayIterator::unserialize

(PHP 5 >= 5.3.0, PHP 7) Unserialize public string ArrayIterator::unserialize ( string $serialized ) Unserialize. Parameters: serialized The serialized ArrayIterator object to be unserialized. Returns: The ArrayIterator. This function is currently not documented; only its argument list is available.

ocisavelob

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of OCI-Lob::save() Alias of OCI-Lob::save() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

array_udiff_assoc

(PHP 5, PHP 7) Computes the difference of arrays with additional index check, compares data by a callback function array array_udiff_assoc ( array $array1, array $array2 [, array $... ], callable $value_compare_func ) Computes the difference of arrays with additional index check, compares data by a callback function. Note: Please note that this function only checks one dimension of a n-dimensional array. Of course you can

ncurses_newpad

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Creates a new pad (window) resource ncurses_newpad ( int $rows, int $cols ) Parameters: rows cols This function is currently not documented; only its argument list is available.