Tag Archives: clear

PHP: Delete all Values to Reuse a Keyed Array

It’s sometimes pretty valuable to reuse array structures if you’re kind of doing a task over and over again, and don’t necessarily want to recreate the array’s keyed structure from scratch with each iteration. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , | View Comments