SoapClient::__getLastRequest

(PHP 5 >= 5.0.1, PHP 7) Returns last SOAP request public string SoapClient::__getLastRequest ( void ) Returns the XML sent in the last SOAP request. Note: This method works only if the SoapClient object was created with the trace option set to TRUE. Returns: The last SOAP request, as an XML string. Examples: SoapClient::__getLa

Yaf_Application::__construct

(Yaf >=1.0.0) Yaf_Application constructor public Yaf_Application::__construct ( mixed $config [, string $envrion ] ) Instance a Yaf_Application. Parameters: config A ini config file path, or a config array If is a ini config file, there should be a section named as the one defined by yaf.environ, which is "product" by default. Note: If you use a ini configuration

Yaf_View_Simple::display

(Yaf >=1.0.0) Render and display public bool Yaf_View_Simple::display ( string $tpl [, array $tpl_vars ] ) Render a template and display the result instantly. Parameters: tpl Render a template and display the result instantly. tpl_vars Render a template and display the result instantly. Returns:

SWFShape::drawLineTo

(PHP 5 <= 5.3.0, PECL ming SVN) Draws a line void SWFShape::drawLineTo ( float $x, float $y ) swfshape::setrightfill() draws a line (using the current line style, set by swfshape::setline()) from the current pen position to point (x,y) in the shape's coordinate space. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this functi

Stomp::subscribe

(PECL stomp >= 0.1.0) Registers to listen to a given destination public bool Stomp::subscribe ( string $destination [, array $headers ] ) Object oriented style (method): Procedural style: bool stomp_subscribe ( resource $link , string $destination [, array $headers ] ) Registers to listen to a given destination. Parameters: link Procedural style only: The stomp link id

pcntl_wifstopped

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Checks whether the child process is currently stopped bool pcntl_wifstopped ( int $status ) Checks whether the child process which caused the return is currently stopped; this is only possible if the call to pcntl_waitpid() was done using the option WUNTRACED. Parameters: status The status parameter is the status parameter supplied to a su

intl_error_name

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get symbolic name for a given error code string intl_error_name ( int $error_code ) Return ICU error code name. Parameters: error_code ICU error code. Returns: The returned string will be the same as the name of the error code constant. Examples:

SWFShape::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Creates a new shape object SWFShape::__construct ( void ) Created a new SWFShape object. 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 should be used at your own risk.

ob_iconv_handler

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Convert character encoding as output buffer handler string ob_iconv_handler ( string $contents, int $status ) Converts the string encoded in internal_encoding to output_encoding. internal_encoding and output_encoding should be defined in the php.ini file or in iconv_set_encoding(). Returns: See ob_start() for information about this handler return values.

Imagick::getFont

(PECL imagick 2.1.0) Gets font string Imagick::getFont ( void ) Returns the objects font property. This method is available if Imagick has been compiled against ImageMagick version 6.3.7 or newer. Returns: Returns the string containing the font name or FALSE if not font is set. See also: Imagick::setFont() -