API:tstart
From MODx Wiki
| API Quick reference | |
|---|---|
| Variable name: | tstart |
| Modx versions: | > 9.5 Verified (may work in older versions.) |
| Variable type: | double |
| Object parent: | DocumentParser |
tstart
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. Needs verification.
Examples
<?php echo ( $modx->tstart ); ?>