ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:datetime:adodb_time

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
v5:datetime:adodb_time [2016/01/13 02:12] – ↷ Page moved from datetime:adodb_time to v5:datetime:adodb_time mnewnhamv5:datetime:adodb_time [2023/05/18 18:52] (current) – Deprecated dregad
Line 5: Line 5:
 [[http://php.net/manual/en/function.time.php|PHP Function time()]] [[http://php.net/manual/en/function.time.php|PHP Function time()]]
 == Syntax == == Syntax ==
-  int adodb_time()+  string adodb_time()
 </WRAP> </WRAP>
 +
 +<WRAP important>
 +[[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.
 +</WRAP>
 +
 ===== Description ===== ===== Description =====
-Returns the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT) as an unsigned integer.  +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'' The value returned is the same as the PHP function except that the type returned is a ''string'' instead of an ''integer''
-   + 
-  +
v5/datetime/adodb_time.1452647558.txt.gz · Last modified: 2017/04/21 11:26 (external edit)