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?

  1. date_microtime()
  2. microtime()
  3. mtime()
  4. microsecondstime()

Answer: B) microtime()

Explanation:

The PHP microtime() function is used to get the current Unix timestamp with microseconds.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.