--TEST--. strval() function. --FILE--. <?php. $foo = 'bar';. var_dump(strval($foo));. define('FOO', 'BAR');. var_dump(strval(FOO));.
確定! 回上一頁