Bitrix API

Helper

Table of Contents

Methods

getBackTrace()  : array<string|int, mixed>
Returns array backtrace.
getCurrentMicrotime()  : float
Returns current unix timestamp with microseconds.

Methods

getBackTrace()

Returns array backtrace.

public static getBackTrace([int $limit = 0 ][, null|int $options = null ][, int $skip = 1 ]) : array<string|int, mixed>
Parameters
$limit : int = 0

Maximum stack elements to return.

$options : null|int = null

Passed to debug_backtrace options.

$skip : int = 1

How many stack frames to skip.

Tags
see
debug_backtrace
Return values
array<string|int, mixed>

getCurrentMicrotime()

Returns current unix timestamp with microseconds.

public static getCurrentMicrotime() : float
Return values
float

        
On this page

Search results