Member Function Documentation
print error message and exit script
private
- Parameters
-
string | $msg | the message to print |
MysqlHandler |
( |
|
$db_host, |
|
|
|
$db_user, |
|
|
|
$db_pass, |
|
|
|
$db_name = "chat" , |
|
|
|
$table_name = "chat_data" |
|
) |
| |
constructor
public
- Parameters
-
string | $db_name | |
string | $table_name | |
restore |
( |
& |
$what, |
|
|
|
$key |
|
) |
| |
restores a variable from shared memory
public
- Parameters
-
mixed | &$what | variable to restore (call by reference) |
integer | $key | the key from which to store |
stores a variable in shared memory
public
- Parameters
-
mixed | &$what | variable to store (call by reference) |
integer | $key | the key under which to store |
Field Documentation
The documentation for this class was generated from the following file: