cairo_pattern_get_filter

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

sqrt

(PHP 4, PHP 5, PHP 7) Square root float sqrt ( float $arg ) Returns the square root of arg. Parameters: arg The argument to process Returns: The square root of arg or the special value NAN for negative numbers. Examples: sqrt() example <?php // Precision depends on yo

newt_listitem

(PECL newt >= 0.1) resource newt_listitem ( int $left, int $top, string $text, bool $is_default, resouce $prev_item, mixed $data [, int $flags ] ) Parameters: left top text is_default prev_item data

ReflectionZendExtension::export

(PHP >= 5.4.0) Export public static string ReflectionZendExtension::export ( string $name [, string $return ] ) Parameters: name return Returns: This function is currently not documented; only its argument list is available.

pspell_config_create

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Create a config used to open a dictionary int pspell_config_create ( string $language [, string $spelling [, string $jargon [, string $encoding ]]] ) Create a config used to open a dictionary. pspell_config_create() has a very similar syntax to pspell_new(). In fact, using pspell_config_create() immediately followed by pspell_new_config() will produce the exact same result. However, after

CairoContext::getCurrentPoint

(PECL cairo >= 0.1.0) The getCurrentPoint purpose public array CairoContext::getCurrentPoint ( void ) Object oriented style Procedural style array cairo_get_current_point ( CairoContext $context ) Gets the current point of the current path, which is conceptually the final point reached by the path so far. The current point is returned in the user-space coordinate system. If there is no defined current point or if cr is

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