Public Member Functions | |
| msghandler () | |
| Class Constructor. | |
| _msghandler () | |
| Class Destructor. | |
| msg_add ($msg) | |
| Adds a message to the message buffer array. | |
| msg_addfile ($msg, $file) | |
| Adds a message to a specified file. | |
| msg_addfull ($msg, $file=0) | |
| Adds a message to buffer and also to a specified file. In additional it includes a timestamp into the file message. | |
| msg_flushlist () | |
| Empty the message buffer. | |
| msg_get ($mid) | |
| Returns a single message out of the message buffer. | |
| msg_getlist () | |
| Returns the message buffer and empties it. | |
| msg_getsize () | |
| Return number of messages in buffer. | |
| msg_getsize_byte () | |
| Returns the messages buffer size in byte. | |
Public Attributes | |
| $msg_list = array() | |
| $msg_list_size_byte = 0 | |
|
|
Class Constructor.
|
|
|
Class Destructor.
|
|
|
Adds a message to the message buffer array.
|
|
||||||||||||
|
Adds a message to a specified file.
|
|
||||||||||||
|
Adds a message to buffer and also to a specified file. In additional it includes a timestamp into the file message.
|
|
|
Empty the message buffer.
|
|
|
Returns a single message out of the message buffer.
|
|
|
Returns the message buffer and empties it.
|
|
|
Return number of messages in buffer.
|
|
|
Returns the messages buffer size in byte.
|
|
|
Message string list |
|
|
Includes the message buffer size in byte |
1.4.3