What is the complete syntax of PHP date() function?

133. What is the complete syntax of PHP date() function?

  1. date(format)
  2. date(timestamp)
  3. date(format, timestamp)
  4. date(format, value, timestamp)

Answer: C) date(format, timestamp)

Explanation:

The complete syntax of PHP date() function is: date(format, timestamp).

Comments and Discussions!

Load comments ↻






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