TwistPHP Documentation

stop

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

stopStop the timer, this timer cannot that be used any further

Return Values

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

Example

<?php
//Call the function stop with the example vars
Twist::Timer() -> stop();