I'm currently working with a script that uses DOM pretty heavily and I'm wondering if there is a method or call to free DOM objects when I'm done using them?
I did a little bit of hunting and found one reference here:
http://bugs.php.net/bug.php?id=20168&edit=1
$dom->free()
but that doesnt appear to be documented
Does such a thing exist?
thanks