Archive for July, 2009
clearstatcache()
Clears the cache of file status information.
disk_total_space()
Returns total space (in bytes) in a directory. False if directory does not exist.
disk_free_space()
Returns available space (in bytes) in a directory. False if directory does not exist.
realpath()
Returns the canonicalized absolute pathname of the given path.
str_getcsv()
Parse a CSV (comma separated value) string into an array. As of PHP 5.3.
microtime()
Gets the current Unix timestamp with microseconds.
time_sleep_until()
Delay execution until a specified timestamp.
time()
Returns the Unix timestamp (number of seconds since 1 January 1970 00:00:00 GMT) of the current time.
time_nanosleep()
Delays execution for the given length of time given in whole seconds and nanoseconds (one billionth of a second).
usleep()
Delays execution for the given number of microseconds (one millionth of a second).
