XMLWriter::startPI

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create start PI tag bool XMLWriter::startPI ( string $target ) Object oriented style Procedural style bool xmlwriter_start_pi ( resource $xmlwriter , string $target ) Starts a processing instruction tag. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes

Memcached::prependByKey

(PECL memcached >= 0.1.0) Prepend data to an existing item on a specific server public bool Memcached::prependByKey ( string $server_key, string $key, string $value ) Memcached::prependByKey() is functionally equivalent to Memcached::prepend(), except that the free-form server_key can be used to map the key to a specific server. Parameters: server_key The key identifyi

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 <?

stats_cdf_weibull

(PECL stats >= 1.0.0) Not documented float stats_cdf_weibull ( float $par1, float $par2, float $par3, int $which ) Parameters: par1 par2 par3 which Returns: This function is currently not documented; only its arg

pspell_save_wordlist

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Save the personal wordlist to a file bool pspell_save_wordlist ( int $dictionary_link ) pspell_save_wordlist() saves the personal wordlist from the current session. The location of files to be saved specified with pspell_config_personal() and (optionally) pspell_config_repl(). Parameters: dictionary_link A dictionary link identifier opene

GearmanJob::exception

(PECL gearman <= 0.5.0) Send exception for running job (deprecated) public bool GearmanJob::exception ( string $exception ) Sends the supplied exception when this job is running. Note: This method has been replaced by GearmanJob::sendException() in the 0.6.0 release of the Gearman extension. Parameters: exception An exception description. Retur

ArrayObject::asort

(PHP 5 >= 5.2.0, PHP 7) Sort the entries by value public void ArrayObject::asort ( void ) Sorts the entries such that the keys maintain their correlation with the entries they are associated with. This is used mainly when sorting associative arrays where the actual element order is significant. Returns: No value is returned. Examples:

trader_cmo

(PECL trader >= 0.2.0) Chande Momentum Oscillator array trader_cmo ( array $real [, integer $timePeriod ] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array with calculated data or false on failure.

fbsql_fetch_object

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Fetch a result row as an object object fbsql_fetch_object ( resource $result ) fbsql_fetch_object() is similar to fbsql_fetch_array(), with one difference - an object is returned, instead of an array. Indirectly, that means that you can only access the data by the field names, and not by their offsets (numbers are illegal property names). Speed-wise, the function is identical to fbsql_fetc

session_encode

(PHP 4, PHP 5, PHP 7) Encodes the current session data as a session encoded string string session_encode ( void ) session_encode() returns a serialized string of the contents of the current session data stored in the $_SESSION superglobal. Please note, the serialization method is not the same as serialize(). The serialization method is internal to PHP and can be set using session.serialize_handler. Re