См. определение в файле helper.php строка 4
◆ getBackTrace()
static getBackTrace |
( |
| $limit = 0, |
|
|
| $options = null, |
|
|
| $skip = 1 ) |
|
static |
Returns array backtrace.
- Аргументы
-
integer | $limit | Maximum stack elements to return. |
null | integer | $options | Passed to debug_backtrace options. |
integer | $skip | How many stack frames to skip. |
- Возвращает
- array
- См. также
- debug_backtrace
См. определение в файле helper.php строка 26
◆ getCurrentMicrotime()
static getCurrentMicrotime |
( |
| ) |
|
|
static |
Returns current unix timestamp with microseconds.
- Возвращает
- float
См. определение в файле helper.php строка 11