betz Sun Nov 2 11:34:54 2003 EDT
Modified files:
/phpdoc/en/reference/strings/functions stripos.xml
Log:
stri_rplace is str_ireplace
Index: phpdoc/en/reference/strings/functions/stripos.xml
diff -u phpdoc/en/reference/strings/functions/stripos.xml:1.3
phpdoc/en/reference/strings/functions/stripos.xml:1.4
--- phpdoc/en/reference/strings/functions/stripos.xml:1.3 Tue Sep 2 17:11:54
2003
+++ phpdoc/en/reference/strings/functions/stripos.xml Sun Nov 2 11:34:54 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.stripos">
<refnamediv>
<refname>stripos</refname>
@@ -74,7 +74,7 @@
See also <function>strpos</function>, <function>strrpos</function>,
<function>strrchr</function>, <function>substr</function>,
<function>stristr</function>, <function>strstr</function>,
- <function>strripos</function> and <function>stri_replace</function>.
+ <function>strripos</function> and <function>str_ireplace</function>.
</para>
</refsect1>
</refentry>