只需一步,快速开始
451
474
158万
管理员
<? echo a::$c; a::test(); class a { public static $c = 111; public static function test() { echo "666"; } } ?>
对于::符号调用class里面的变量需要带上$,如($b->c$;),在->中则不需要,如($b->c;)
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
|Archiver|小黑屋|书香雅阁论坛 ( 湘ICP备17011672号-3 )
GMT+8, 2024-11-21 18:15 , Processed in 0.080900 second(s), 25 queries .
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.