📌  相关文章
📜  网络技术问题 | PHP测验 |第 2 组 |问题 4

📅  最后修改于: 2022-05-13 01:56:58.865000             🧑  作者: Mango

网络技术问题 | 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