Now let us try bit different by using one string variable $a='testing'; var_dump($a); The output is here string(7) "testing" We get all information about ...
確定! 回上一頁