+ 1
session_destroy();
Is session_destroy(); is the only func to terminate a function?
1 ответ
+ 1
Read the PHP manual, it explains all the details:
http://php.net/manual/en/function.session-destroy.php
Hth, cmiiw
Is session_destroy(); is the only func to terminate a function?