摘要:
PHP代码 复制代码 代码如下: <?php // 例子1 function test_global() { global $var1, $var2; $var2 =& $var1; } function test_globals() { $GLOBALS['var3'] =& $GLOBALS[' 阅读全文
posted @ 2018-08-03 21:59
hehexu
阅读(204)
评论(0)
推荐(0)
2018年8月3日 #
2018年7月14日 #
2018年7月13日 #
2018年7月9日 #
2018年7月8日 #
2018年7月2日 #