SoapFault::SoapFault

(PHP 5 >= 5.0.1, PHP 7) SoapFault constructor SoapFault::SoapFault ( string $faultcode, string $faultstring [, string $faultactor [, string $detail [, string $faultname [, string $headerfault ]]]] ) This class is used to send SOAP fault responses from the PHP handler. faultcode, faultstring, faultactor and detail are standard elements of a SOAP Fault. Parameters: faultcode

SWFText::getAscent

(PHP 5 <= 5.3.0, PECL ming SVN) Returns the ascent of the current font at its current size, or 0 if not available float SWFText::getAscent ( void ) This function is currently not documented; only its argument list is available. See also: SWFText::getDescent() -

DOMNode::isSameNode

(PHP 5, PHP 7) Indicates if two nodes are the same node public bool DOMNode::isSameNode ( DOMNode $node ) This function indicates if two nodes are the same node. The comparison is not based on content Parameters: node The compared node. Returns: Returns TRUE on success or FALSE on failure.

ReflectionFunctionAbstract::getEndLine

(PHP 5, PHP 7) Gets end line number public int ReflectionFunctionAbstract::getEndLine ( void ) Get the ending line number. Returns: The ending line number of the user defined function, or FALSE if unknown. This function is currently not documented; only its argument list is available. See

cairo_image_surface_get_width

(PECL cairo >= 0.1.0) Description int cairo_image_surface_get_width ( CairoImageSurface $surface ) The function description goes here. Parameters: surface Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

CairoContext::setFontMatrix

(PECL cairo >= 0.1.0) The setFontMatrix purpose public void CairoContext::setFontMatrix ( string $matrix ) Object oriented style (method): Procedural style: void cairo_set_font_matrix ( CairoContext $context , CairoMatrix $matrix ) Description here. Parameters: context Description... matrix Description... Return

ncurses_scr_init

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Initialize screen from file dump int ncurses_scr_init ( string $filename ) Parameters: filename This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function s

Gmagick::labelimage

(PECL gmagick >= Unknown) Adds a label to an image. public mixed Gmagick::labelimage ( string $label ) Adds a label to an image. Parameters: label The label to add Returns: Gmagick with label. Exception: Throws an GmagickException on error.

Exception::getCode

(PHP 5 >= 5.1.0, PHP 7) Gets the Exception code final public mixed Exception::getCode ( void ) Returns the Exception code. Returns: Returns the exception code as integer in Exception but possibly as other type in Exception descendants (for example as string in PDOException). Examples: Exception::getCode() example <?

fann_get_sarprop_weight_decay_shift

(PECL fann >= 1.0.0) Returns the sarprop weight decay shift float fann_get_sarprop_weight_decay_shift ( resource $ann ) The sarprop weight decay shift. The default delta max is -6.644. Parameters: ann Neural network resource. Returns: The sarprop weight decay shift, or FALSE on error.