Returns the elapsed time in seconds since January 1, 1970.
number = time()
Returns the time in seconds since the creation of the UNIXverse.
Returns a string representation of timestamp in the format 'YYYY-MM-DD'. If timestamp is not defined, the function will use the current system date.
The number of seconds since January 1, 1970 (commonly called a UNIX timestamp).
Returns a formatted date string in the format 'YYYY-MM-DD'.
Example 1. A strlen() example
|
Array ( [0] => f'oo [1] => b'ar [2] => Array ( [0] => fo'o [1] => b'ar ) ) |
count() |
mb_strlen() |