This question already has an answer here:
Is it possible to print a variable outside of the function ex.
<?php function test(){ $var = "hello world"; } test(); echo $var;
Aucun commentaire:
Enregistrer un commentaire