File: php-shell-cmd.php
Source Location: /PHP_Shell-0.3.0/scripts/php-shell-cmd.php
Classes:
Page Details:
Includes:
__autoload [line 99]
void __autoload(
string $classname)
|
|
default autoloader If a class doesn't exist try to load it by guessing the filename class PHP_Shell should be located in PHP/Shell.php. you can set your own autoloader by defining __autoload() before including this file
Parameters
| string |
$classname |
name of the class |
__shell_default_error_handler [line 49]
void __shell_default_error_handler(
integer $errno, string $errstr, string $errfile, interger $errline, mixed $errctx)
|
|
default error-handler Instead of printing the NOTICE or WARNING from php we wan't the turn non-FATAL messages into exceptions and handle them in our own way. you can set your own error-handler by createing a function named __shell_error_handler
Parameters
| integer |
$errno |
Error-Number |
| string |
$errstr |
Error-Message |
| string |
$errfile |
Filename where the error was raised |
| interger |
$errline |
Line-Number in the File |
| mixed |
$errctx |
... |
Documentation generated on Mon, 11 Mar 2019 14:40:33 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|