PHP Класс Habari\QueryProfile

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$backtrace SQL text
$end_time time that query started execution
$query_text time that query ended execution
$start_time

Открытые методы

Метод Описание
__construct ( string $query ) Constructor for the query profile. Automatically sets the start time for the query
__get ( $name )
get_time_in_microseconds ( ) : integer Returns an integer representing the current time in microseconds from Epoch
start ( )
stop ( )

Описание методов

__construct() публичный Метод

Constructor for the query profile. Automatically sets the start time for the query
public __construct ( string $query )
$query string SQL being executed

__get() публичный Метод

public __get ( $name )

get_time_in_microseconds() публичный статический Метод

Returns an integer representing the current time in microseconds from Epoch
public static get_time_in_microseconds ( ) : integer
Результат integer the number of microseconds since epoch.

start() публичный Метод

public start ( )

stop() публичный Метод

public stop ( )

Описание свойств

$backtrace публичное свойство

SQL text
public $backtrace

$end_time публичное свойство

time that query started execution
public $end_time

$query_text публичное свойство

time that query ended execution
public $query_text

$start_time публичное свойство

public $start_time