diff --git a/reference/strings/functions/strstr.xml b/reference/strings/functions/strstr.xml index 060a300fea..9eccd709de 100644 --- a/reference/strings/functions/strstr.xml +++ b/reference/strings/functions/strstr.xml @@ -1,5 +1,5 @@ - + @@ -47,7 +47,7 @@ print $domain; // prints @example.com If you only want to determine if a particular needle - occours within haystack, use the faster and less memory + occurs within haystack, use the faster and less memory intensive function strpos instead.