Q:

What will be the output of the following PHP code?

belongs to collection: FUNCTIONS IN PHP MCQ

0

What will be the output of the following PHP code?

<?php 
    $str = addslashes('What does "yolo" mean?');
    echo($str); 
?>

  1. What does /”yolo/” mean?
  2. What does \\”yolo\\” mean?
  3. What does \\”yolo\\” mean?
  4. \\What does \\”yolo\\” mean?\\

All Answers

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

 (c).What does \”yolo\” mean?

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

total answers (1)

FUNCTIONS IN PHP MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What will be the output of the following PHP code?... >>
<< What will be the output of the following PHP code?...