didou Mon Nov 3 04:41:13 2003 EDT
Modified files:
/phpdoc/en/reference/iconv/functions iconv-strpos.xml
Log:
correct function name
Index: phpdoc/en/reference/iconv/functions/iconv-strpos.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-strpos.xml:1.2
phpdoc/en/reference/iconv/functions/iconv-strpos.xml:1.3
--- phpdoc/en/reference/iconv/functions/iconv-strpos.xml:1.2 Sun Nov 2 14:08:41
2003
+++ phpdoc/en/reference/iconv/functions/iconv-strpos.xml Mon Nov 3 04:41:13
2003
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<refentry id="function.iconv-strpos">
<refnamediv>
@@ -27,7 +27,7 @@
</para>
<para>
If <parameter>needle</parameter> is not found,
- <function>strpos</function> will return &false;.
+ <function>iconv_strpos</function> will return &false;.
</para>
&return.falseproblem;