HandleError() public static method

public static HandleError ( $intErrorNumber, $strErrorString, $strErrorFile, $intErrorLine )
コード例 #1
0
ファイル: _functions.inc.php プロジェクト: proxymoron/tracmor
function __qcodo_handle_error($intErrorNumber, $strErrorString, $strErrorFile, $intErrorLine)
{
    return QErrorHandler::HandleError($intErrorNumber, $strErrorString, $strErrorFile, $intErrorLine);
}