Re: can I "dispose" of an array?
From: Tony Marston (tony_at_NOSPAM.demon.co.uk)
Date: 11/17/04
- Next message: Pedro Graca: "Re: can I "dispose" of an array?"
- Previous message: Steve: "Re: No output in calling HTML ?"
- In reply to: leegold2: "can I "dispose" of an array?"
- Next in thread: Pedro Graca: "Re: can I "dispose" of an array?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 17 Nov 2004 11:26:57 -0000
"leegold2" <leegold@nospam.net> wrote in message
news:LlGmd.6612$GV5.1543@trnddc04...
> Is there a way I can "dispose" of an array. For example I need to use an
> array for short time in a script. After I've used that data structure I
> want to dispose of it to free-up resources. Is there a way? Thanks, Lee G.
unset($array);
-- Tony Marston http://www.tonymarston.net
- Next message: Pedro Graca: "Re: can I "dispose" of an array?"
- Previous message: Steve: "Re: No output in calling HTML ?"
- In reply to: leegold2: "can I "dispose" of an array?"
- Next in thread: Pedro Graca: "Re: can I "dispose" of an array?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|