Method |
Description |
|
addSqlInfo ( $sql, integer $type = self::SQL_TYPE_NORMAL, integer $other ) |
添加一条sql查询的调试信息 |
|
addTipInfo ( string $msg, integer $type = self::TIP_INFO_TYPE_INFO ) : void |
添加调试信息 |
|
addTipInfo ( string $msg, integer $type = self::TIP_INFO_TYPE_INFO, string $color = '' ) : void |
添加调试信息 |
|
catcher ( integer $errorType, string $errorTip, string $errorFile, integer $errorLine ) : void |
错误handler |
|
codeSnippet ( string $file, integer $focus, integer $range = 7, array $style = ['lineHeight' => 20, 'fontSize' => 13] ) : string |
显示代码片段 |
|
getIncludeFiles ( ) : array |
返回包含的文件 |
|
getIncludeLib ( ) : array |
返回包含的类库 |
|
getSqls ( ) : array |
返回执行的sql语句 |
|
getTipInfo ( ) : array |
返回提示信息 |
|
getUseMemory ( ) : string |
返回程序运行所消耗的内存 |
|
getUseTime ( ) : float |
返回程序运行所消耗时间 |
|
start ( ) |
在脚本开始处调用获取脚本开始时间的微秒值\及内存的使用量 |
|
stop ( ) |
程序执行完毕,打印CmlPHP运行信息 |
|
stopAndShowDebugInfo ( ) : void |
输出调试消息 |
|