If you run the sample code directly, getting the value of the GLOBALS variable and changing the variable will also fail.
网沃科技-范智强
网沃科技-范智强 2019-06-05 09:50:23
0
0
999

<?php


function hello(){


## $GLOBALS['que'] = 'It's better to drink tea to refresh yourself';


## echo 'You adjusted the function hello<br />';

}


hello();


echo $que;

##? >

网沃科技-范智强
网沃科技-范智强

reply all(0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template