session_commit

(PHP 4 >= 4.4.0, PHP 5, PHP 7) Alias of session_write_close() This function is an alias of: session_write_close().

fdf_get_file

(PHP 4, PHP 5, PHP 7) Get the value of the /F key string fdf_get_file ( resource $fdf_document ) Gets the value of the /F key. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string(). Returns: Returns the key value, as a string. S

PDF_get_majorversion

(PHP 4 >= 4.2.0, PECL pdflib >= 1.0.0) Get major version number [deprecated] int PDF_get_majorversion ( void ) This function is deprecated since PDFlib version 5, use PDF_get_value() with the parameter major instead.

HaruDoc::useKREncodings

(PECL haru >= 0.0.1) Enable Korean encodings bool HaruDoc::useKREncodings ( void ) Enables Korean encodings. Returns: Returns TRUE on success. Exception: Throws a HaruException on error. See also: HaruDoc::useKRFonts() -

EvTimer::createStopped

(PECL ev >= 0.2.0) Creates EvTimer stopped watcher object final public static EvTimer EvTimer::createStopped ( double $after , double $repeat , callable $callback [, mixed $data = NULL [, int $priority = 0 ]] ) Creates EvTimer stopped watcher object. Unlike EvTimer::__construct() , this method doesn't start the watcher automatically. Parameters: after Configures the

msql_numfields

(PHP 4, PHP 5, PHP 7) Alias of msql_num_fields() This function is an alias of msql_num_fields().

trader_cdlcounterattack

(PECL trader >= 0.2.0) Counterattack array trader_cdlcounterattack ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing

ReflectionClass::getTraitAliases

(PHP >= 5.4.0) Returns an array of trait aliases public array ReflectionClass::getTraitAliases ( void ) Returns: Returns an array with new method names in keys and original names (in the format "TraitName::original") in values. Returns NULL in case of an error. This function is currently not documented; only its argument list is available.

SplSubject::detach

(PHP 5 >= 5.1.0, PHP 7) Detach an observer abstract public void SplSubject::detach ( SplObserver $observer ) Detaches an observer from the subject to no longer notify it of updates. Parameters: observer The SplObserver to detach. Returns: No value is returned. This function is currently not documented; onl

snmp3_walk

(PHP 4, PHP 5, PHP 7) Fetch all the SNMP objects from an agent array snmp3_walk ( string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id [, string $timeout = 1000000 [, string $retries = 5 ]] ) snmp3_walk() function is used to read all the values from an SNMP agent specified by the hostname. Even if the security