This is a collection of my miscellaneous functions that I might call upon in times of need. Hopefully they'll be able to help you as much as they have helped me.
(recurdel.php) RecursiveDelete is a PHP function for recursively deleting directories/files.
(_count.php) ArrayCount counts the amount of variables inside of multi-dimensional arrays and returns it.
(_array_sum.php) ArraySum adds up the total of all the available integers in a multi-dimensional array and returns it.
(strORhex.php) strORhex is a script that converts strings to a custom hexadecimal representation, and vice versa.