Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Helper
+ Граф наследования:Helper:

Открытые статические члены

static getCurrentMicrotime ()
 
static getBackTrace ($limit=0, $options=null, $skip=1)
 

Подробное описание

См. определение в файле helper.php строка 4

Методы

◆ getBackTrace()

static getBackTrace ( $limit = 0,
$options = null,
$skip = 1 )
static

Returns array backtrace.

Аргументы
integer$limitMaximum stack elements to return.
null | integer$optionsPassed to debug_backtrace options.
integer$skipHow 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