clearing array from memory?
Moderator: General Moderators
clearing array from memory?
Is it possible to free any memory used by an array during script execution.... similar to mysql_free_result()?
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
very nice. thanks =]
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
If you are using the variable later on in the script I recommend doing:
This way, you keep the variable of type array
Code: Select all
$myArray = array();