PHP-ZipCode-Class icon indicating copy to clipboard operation
PHP-ZipCode-Class copied to clipboard

Replace deprecated split() function calls

Open MicahCarrick opened this issue 13 years ago • 2 comments

MicahCarrick avatar Dec 20 '11 17:12 MicahCarrick

The explode() function is a faster replacement for non-regex splits. So simply swap split with explode, and enjoy.

jaywilliams avatar Apr 18 '12 17:04 jaywilliams