====== adodb_time ======
~~NOTOC~~
== See Also ==
[[http://php.net/manual/en/function.time.php|PHP Function time()]]
== Syntax ==
string adodb_time()
[[datetime_index#deprecated|Deprecated]] since ADOdb 5.22.6, and [[https://github.com/ADOdb/ADOdb/issues/970|removed in 5.23.0]].
Use 64-bit native PHP functions instead.
===== Description =====
Returns the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT).
The value returned is the same as the PHP function except that the type returned is a ''string'' instead of an ''integer''