chdb::get

(PECL chdb >= 0.1.0) Gets the value associated with a key public string chdb::get ( string $key ) Gets the value associated with a key from a chdb database. Parameters: key The key for which to get the value. Returns: Returns a string containing the value associated with the given key, or NULL if not found.

chdb::__construct

(PECL chdb >= 0.1.0) Creates a chdb instance public chdb::__construct ( string $pathname ) Loads a chdb file, by mapping it into memory. Note: While some validity checks are performed on the specified file, they are mostly there to avoid the possibility of common mistakes (for example, loading a file which is not a chdb database, or that is somehow incompatible with the current system). A maliciously crafted chdb file

untaint

(PECL taint >=0.1.0) Untaint strings bool untaint ( string &$string [, string $... ] ) Untaint strings Parameters: string Untaint strings ... Untaint strings Returns:

taint

(PECL taint >=0.1.0) Taint a string bool taint ( string &$string [, string $... ] ) Make a string tainted. This is used for testing purpose only. Parameters: string Make a string tainted. This is used for testing purpose only. ... Make a string tainted. This is used for testing purpose only. Returns: Ret

is_tainted

(PECL taint >=0.1.0) Checks whether a string is tainted bool is_tainted ( string $string ) Checks whether a string is tainted Parameters: string Checks whether a string is tainted Returns: Return TRUE if the string is tainted, FALSE otherwise.

Yaf_Exception::getPrevious

(Yaf >=1.0.0) The getPrevious purpose public void Yaf_Exception::getPrevious ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Exception::__construct

(Yaf >=1.0.0) The __construct purpose public Yaf_Exception::__construct ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Session::__wakeup

(Yaf >=1.0.0) The __wakeup purpose private void Yaf_Session::__wakeup ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Session::valid

(Yaf >=1.0.0) The valid purpose public void Yaf_Session::valid ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Session::__unset

(Yaf >=1.0.0) The __unset purpose public void Yaf_Session::__unset ( string $name ) Parameters: name Returns: This function is currently not documented; only its argument list is available.