• 变量引用

    目录列表

    填写空格,输出“hello,PHP中文网”。

    <?php $fo = 5; $bar = $fo; $bar = 'hello,PHP中文网'; echo $fo; ?>

    1/1

    PHP中文网