Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.03 KB

PHP-Library

PHP code library containing all sorts of PHP functions for general use.

Categories are organised into files as follows:

arrays.php - Contains all PHP functions that can be used with arrays

colors.php - Contains all PHP functions that can be used with colors

database.php - Contains all PHP functions that can be used with MySQL databases

dates.php - Contains all PHP functions that can be used with dates

extra.php - Contains general PHP functions

files.php - Contains all PHP functions that can be used with files & directories

images.php - Contains all PHP functions that can be used with images

strings.php - Contains all PHP functions that can be used with strings

validation.php - Contains all PHP functions that can be used with validations

Please feel free to contact me (heinkasner at gmail dot com) if you have something to add to this library.