File path: dist/twist/Core/Utilities/Timer.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
start
— Start a new timer, pass in a unique key to reference the timer with
Name | Description |
---|---|
[$intStartMicroTime = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intStartMicroTime = null;
//Call the function start with the example vars
Twist::Timer() -> start($intStartMicroTime);