tstart
API:tstart
API Quick reference
Variable name: | tstart |
Modx versions: | 0.9.x + Evolution |
Variable type: | double |
Object parent: | DocumentParser |
Description
Contains a value in unix time apparently used to mark the start of a database access. Subtracted from the current time to indicate the total time of a database action.
Usage / Examples
<?php echo ( $modx->tstart ); ?>
Related
Notes
Suggest an edit to this page on GitHub (Requires GitHub account. Opens a new window/tab).