Q:

Which function is used for replacing whole string with an alternate string?

0

Which function is used for replacing whole string with an alternate string?


  1. Strstr ( )
  2. Strrpos ( )
  3. Str_replace ( )
  4. Replace ( )

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (c).Str_replace ( )

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

PHP STRINGS AND REGULAR EXPRESSIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Stristr ( ) is identical to Strstr ( ) except that... >>
<< Returns a string arguments with trilling blank spa...