mysql_to_unix([$time = ''])
Parameters: |
|
---|---|
Returns: |
UNIX timestamp |
Return type: |
int |
Takes a MySQL Timestamp as input and returns it as a UNIX timestamp.
Example:
$unix = mysql_to_unix('20061124092345');
mysql_to_unix([$time = ''])
Parameters: |
|
---|---|
Returns: |
UNIX timestamp |
Return type: |
int |
Takes a MySQL Timestamp as input and returns it as a UNIX timestamp.
Example:
$unix = mysql_to_unix('20061124092345');
Please login to continue.