This site has re-born! Yeah, it was dropped out. The server was hacked, said the customer service. Yeah, sad but true…
Faster Array Search in PHP
I used to use in_array() function to find if a string exist in an array. But then I find out that there’s a faster method to do this […]