philip Tue Jan 21 23:15:21 2003 EDT Modified files: /phpdoc/en/reference/strings/functions strstr.xml Log: typo. Index: phpdoc/en/reference/strings/functions/strstr.xml diff -u phpdoc/en/reference/strings/functions/strstr.xml:1.3 phpdoc/en/reference/strings/functions/strstr.xml:1.4 --- phpdoc/en/reference/strings/functions/strstr.xml:1.3 Mon Jan 20 14:59:29 2003 +++ phpdoc/en/reference/strings/functions/strstr.xml Tue Jan 21 23:15:21 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.strstr"> <refnamediv> @@ -47,7 +47,7 @@ <note> <para> If you only want to determine if a particular <parameter>needle</parameter> - occours within <parameter>haystack</parameter>, use the faster and less memory + occurs within <parameter>haystack</parameter>, use the faster and less memory intensive function <function>strpos</function> instead. </para> </note>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php