Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 369 Bytes

0173.md

File metadata and controls

15 lines (12 loc) · 369 Bytes

Which of the following functions can be used to translate characters or replace substrings?

  • A) strtr
  • B) substr_replace
  • C) substr_compare
  • D) substr_count
Answer

Answer: A