Zend Framework
1.12
|
Static Public Member Functions | |
static | handleSessionStartError ($errno, $errstr, $errfile, $errline, $errcontext) |
handleSessionStartError() - interface for set_error_handler() | |
static | handleSilentWriteClose ($errno, $errstr, $errfile, $errline, $errcontext) |
handleSilentWriteClose() - interface for set_error_handler() | |
Static Public Attributes | |
static | $sessionStartError = null |
Additional Inherited Members | |
![]() | |
__construct ($msg= '', $code=0, Exception $previous=null) | |
Construct the exception. | |
__call ($method, array $args) | |
Overloading. | |
__toString () | |
String representation of the exception. | |
![]() | |
_getPrevious () | |
Returns previous Exception. | |
|
static |
handleSessionStartError() - interface for set_error_handler()
int | $errno | |
string | $errstr |
|
static |
handleSilentWriteClose() - interface for set_error_handler()
int | $errno | |
string | $errstr |
|
static |