clear all memory

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ilavos
Forum Newbie
Posts: 10
Joined: Tue Apr 18, 2006 4:01 pm

clear all memory

Post by ilavos »

Is there a way to simply clear all variables and the cache basicaly all memory used by the script?I need to reexecute a script many times and not have interference from previous script execution.Any way i can do this?Thnks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Let the script terminate normally and use a cron-like operation to execute it repeatedly.
Post Reply