Which PHP function is used to print (output) a formatted string?

52. Which PHP function is used to print (output) a formatted string?

  1. echo()
  2. print()
  3. printf()
  4. prints()

Answer: C) printf()

Explanation:

The printf() function is used to print (output) a formatted string.

Comments and Discussions!

Load comments ↻






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