File: common/common.php

Return to Documentation

e (2)

e

Author: Brad
Version: 04.25.05

Description

This is a standard error handler. You can find more information at the following url: http://us2.php.net/set_error_handler.

Example

e($type, $msg, $file, $line)

Parameters

TypeContains the level of the error raised, as an integer
MsgContains the error message, as a string
FileWhich contains the filename that the error was raised in, as a string
LineWhich contains the line number the error was raised at, as an integer

Top