Skip to content

Latest commit

History

History
15 lines (12 loc) 路 375 Bytes

File metadata and controls

15 lines (12 loc) 路 375 Bytes

Which function would transform the string "excellent PHP functions" into the string "Excellent PHP Functions"?

  • A) ucwords
  • B) ucfirst
  • C) upercase
  • D) make_upper
Answer

Answer: A