From the PHP online manual:
If you only want to determine if a
particular needle occurs within
haystack, use the faster and less
memory intensive functionstrpos()
instead.
From the PHP online manual:
If you only want to determine if a
particular needle occurs within
haystack, use the faster and less
memory intensive functionstrpos()
instead.