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:
1 | $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:
1 | $unix = mysql_to_unix( '20061124092345' ); |
Designed by : w10schools
service@w10schools.com
Please login to continue.