TwistPHP Documentation

start

File path: dist/twist/Core/Utilities/Timer.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

startStart a new timer, pass in a unique key to reference the timer with

Parameters

Name Type Description
[$intStartMicroTime = null]integern/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$intStartMicroTime null;

//Call the function start with the example vars
Twist::Timer() -> start($intStartMicroTime);