网络技术问题 | PHP测验 |第 2 组 |问题 4
以下代码的输出是什么?
(A) skeeGroFskeeG
(B) skeeGroFskeeO
(C) skeeGorFskeeG
(D) skeeForFskeeG
Answer: (A) Explanation: The strrev is used to reverse the string in PHP so after reversing the string in PHP the value is skeeGroFskeeG.Hence echo print the value. Quiz of this QuestionPlease comment below if you find anything wrong in the above post