TwistPHP Documentation

time

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

timeGet the current timestamp from the system, depending on framework settings this will either be from MySQL connection of natively from PHP.

Return Values

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

Example

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