trader_stochf

(PECL trader >= 0.2.0) Stochastic Fast array trader_stochf ( array $high, array $low, array $close [, integer $fastK_Period [, integer $fastD_Period [, integer $fastD_MAType ]]] ) Parameters: high High price, array of real values. low Low price, array of real values. close Closing price, array of rea

vpopmail_add_alias_domain

(PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) Add an alias for a virtual domain bool vpopmail_add_alias_domain ( string $domain, string $aliasdomain ) 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. T

pspell_clear_session

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Clear the current session bool pspell_clear_session ( int $dictionary_link ) pspell_clear_session() clears the current session. The current wordlist becomes blank, and, for example, if you try to save it with pspell_save_wordlist(), nothing happens. Parameters: dictionary_link pspell_clear_session() clears the current session. The current

CairoGradientPattern::getColorStopRgba

(PECL cairo >= 0.1.0) The getColorStopRgba purpose public array CairoGradientPattern::getColorStopRgba ( string $index ) The method description goes here. Parameters: index Description... Returns: Description... This function is currently not documented; only its argument list is available.

ssh2_auth_hostbased_file

(PECL ssh2 >= 0.9.0) Authenticate using a public hostkey bool ssh2_auth_hostbased_file ( resource $session, string $username, string $hostname, string $pubkeyfile, string $privkeyfile [, string $passphrase [, string $local_username ]] ) Authenticate using a public hostkey read from a file. Parameters: session An SSH connection link identifier, obtained from a call to s

mssql_init

(PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1) Initializes a stored procedure or a remote stored procedure resource mssql_init ( string $sp_name [, resource $link_identifier ] ) Initializes a stored procedure or a remote stored procedure. Parameters: sp_name Stored procedure name, like ownew.sp_name or otherdb.owner.sp_name. link_identifier

ps_set_parameter

(PECL ps >= 1.1.0) Sets certain parameters bool ps_set_parameter ( resource $psdoc, string $name, string $value ) Sets several parameters which are used by many functions. Parameters are by definition string values. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). name For a list of possible names

Lua::assign

(PECL lua >=0.9.0) Assign a PHP variable to Lua public mixed Lua::assign ( string $name, string $value ) Parameters: name value Returns: Returns $this or NULL on failure. This function is currently not documented; only its argument list is available.

DOMImplementation::createDocumentType

(PHP 5, PHP 7) Creates an empty DOMDocumentType object public DOMDocumentType DOMImplementation::createDocumentType ([ string $qualifiedName = NULL [, string $publicId = NULL [, string $systemId = NULL ]]] ) Creates an empty DOMDocumentType object. Entity declarations and notations are not made available. Entity reference expansions and default attribute additions do not occur. Parameters:

$_ENV

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Environment variables An associative array of variables passed to the current script via the environment method. These variables are imported into PHP's global namespace from the environment under which the PHP parser is running. Many are provided by the shell under which PHP is running and different systems are likely running different kinds of shells, a definitive list is impossible. Please see your shell