TwistPHP Documentation

getMicroTime

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

getMicroTime

Parameters

Name Type Description
[$strCustomStart = null]stringn/a

Return Values

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

Example

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

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