对此有合理的解释吗?
<?php $$a = 'hello world'; echo $$a; //displays hello world echo $$aa; //displays hello world echo $$aaa; //displays hello world ?>
php variables
php ×1
variables ×1