Procedural File: Bs_Error.class.php
Source Location: /core/lang/Bs_Error.class.php
Classes:
Page Details:
GLOBAL (But only used here)
bs_bt [line 222]
bs_getErrors [line 215]
bs_getLastError [line 201]
bs_getLastErrors [line 208]
bs_setError [line 186]
void bs_setError(
string $msg, string $msgType, [int $line = 0], [string $func = ''], [string $file = ''])
|
|
Tags:
Parameters
| string |
$msg |
Any string. |
| string |
$msgType |
Any string, usually something like 'ERROR' or 'WARNING'. |
| int |
$line |
omit in PHP 4.3+ otherwise use PHP's __LINE__ constant. |
| string |
$func |
omit in PHP 4.3+ otherwise pass function name or use PHP's __FUNCTION__ constant. |
| string |
$file |
omit in PHP 4.3+ otherwise pass function name or use PHP's __FILE__ constant. |
|
|