T theoley New Member Jun 10, 2012 #1 Is it better form to do one of the following? If not, is one of them faster than the other?\[code\]unset($variable);\[/code\]or to do\[code\]$variable = '';\[/code\]
Is it better form to do one of the following? If not, is one of them faster than the other?\[code\]unset($variable);\[/code\]or to do\[code\]$variable = '';\[/code\]