Vidyalelo
PHP · Q44

Functions

Programming · PHP · question 44

Q44

What will be the output of the following PHP code?

A.
What does /”yolo/” mean?
B.
What does ”Yolo” mean?
C.
What does ”yolo” mean?
Answer
D.
None of the above

Answer: Option C

Solution

Answer: Option C
Solution:
The addslashes() function returns a string with backslashes in front of predefined characters.