Description: Write a PHP program to reverse the string. Instructions: ... View Solution/Program: <?php $str = "Tutorials Class"; echo strrev($str); ?>.
確定! 回上一頁