<<< Previous question <<< Question ID#0406.md >>> Next question >>>
What is the output of the following PHP script?
$str = 'stingers';
echo strtr($str, 'st', 'bl');
Enter the exact script output
- A) blingerb
- B) stingerbl
- C) stingers
- D) bltingers
Answer
Answer: A