├── README.md ├── date.php ├── functions.php └── images.php /README.md: -------------------------------------------------------------------------------- 1 | # Funciones útiles para PHP -------------------------------------------------------------------------------- /date.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetaxMaster/Funciones-para-PHP/HEAD/date.php -------------------------------------------------------------------------------- /functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetaxMaster/Funciones-para-PHP/HEAD/functions.php -------------------------------------------------------------------------------- /images.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetaxMaster/Funciones-para-PHP/HEAD/images.php --------------------------------------------------------------------------------