Re: can I "dispose" of an array?
From: Krešo Kunjas (kkunjas_at_inet.hr)
Date: 11/17/04
- Next message: Krešo Kunjas: "Re: can I "dispose" of an array?"
- Previous message: Pedro Graca: "Re: can I "dispose" of an array?"
- In reply to: leegold2: "can I "dispose" of an array?"
- Next in thread: Coder Droid: "Re: can I "dispose" of an array?"
- Reply: Coder Droid: "Re: can I "dispose" of an array?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 17 Nov 2004 12:23:04 +0100
On Wed, 17 Nov 2004 11:11:39 GMT, leegold2 wrote:
> 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.
try unset($arrayname);
- Next message: Krešo Kunjas: "Re: can I "dispose" of an array?"
- Previous message: Pedro Graca: "Re: can I "dispose" of an array?"
- In reply to: leegold2: "can I "dispose" of an array?"
- Next in thread: Coder Droid: "Re: can I "dispose" of an array?"
- Reply: Coder Droid: "Re: can I "dispose" of an array?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|