First, we give a piece of code:
<?php $a = 'abc'; $$a = '789'; echo $abc; ?>
The result is shown in the figure:
##Explanation:The above is the detailed content of What does $$ mean in PHP?. For more information, please follow other related articles on the PHP Chinese website!