Skip to content

A collection of PHP files each with a miscellaneous function in.

License

Notifications You must be signed in to change notification settings

Heretic121/Miscellaneous-Functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miscellaneous Functions

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.

RecursiveDelete

(recurdel.php) RecursiveDelete is a PHP function for recursively deleting directories/files.

ArrayCount

(_count.php) ArrayCount counts the amount of variables inside of multi-dimensional arrays and returns it.

ArraySum

(_array_sum.php) ArraySum adds up the total of all the available integers in a multi-dimensional array and returns it.

strORhex

(strORhex.php) strORhex is a script that converts strings to a custom hexadecimal representation, and vice versa.

About

A collection of PHP files each with a miscellaneous function in.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages