clearing Session Variables |
2/10/2007 08:25:33 | |
| PHPRunner General questions | ||
|
T
thesofa author
Hi do thing 1
|
||
|
|
Alexey admin 2/12/2007 |
|
Hi, I remember having to free variables in some lingo I learnt last century, is it good practise to do it in PHP?
|
|
|
T
|
thesofa author 2/12/2007 |
Hi, you wrote: You shouldn't care about unused variables until their number is less than several hundreds. Otherwise use unset function to free them.
|
|