PHP-ZipCode-Class
PHP-ZipCode-Class copied to clipboard
Replace deprecated split() function calls
The explode()
function is a faster replacement for non-regex splits. So simply swap split
with explode
, and enjoy.