Home »
MCQs »
PHP MCQs
Which PHP function is used to get the current Unix timestamp with microseconds?
140. Which PHP function is used to get the current Unix timestamp with microseconds?
- date_microtime()
- microtime()
- mtime()
- microsecondstime()
Answer: B) microtime()
Explanation:
The PHP microtime() function is used to get the current Unix timestamp with microseconds.