Medium
What is the value of the $pos
variable after the following code is executed ?
$sentence = "! QCM nohtyp wen eht tuo kcehC";
$pos = strpos(strrev($sentence), "python");
Author: ThéoStatus: PublishedQuestion passed 118 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about PHP