Articles
- Format file size in PHP - This function formats a file size. It takes in the number of bytes for the parameter and returns a string with the formated size. function formatFileSize($theSize){
- Vailidate and format phone number in PHP - This is a simple function that validates a given phone number and if it is valid it returns it in the form xxxxxxxxxx. function validatePhoneNumber($phonenumber){ if
