Closed samsonasik closed 6 years ago
based on php manual at http://php.net/manual/en/function.strstr.php
If you only want to determine if a particular needle occurs within haystack, use the faster and less memory intensive function strpos() instead.
Thanks, @samsonasik!
based on php manual at http://php.net/manual/en/function.strstr.php