vrana Fri Feb 17 12:33:52 2006 UTC
Modified files: /phpdoc/en/reference/strings/functions strripos.xml Log: False doesn't cause mixed (howto/working) http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/strings/functions/strripos.xml?r1=1.8&r2=1.9&diff_format=u Index: phpdoc/en/reference/strings/functions/strripos.xml diff -u phpdoc/en/reference/strings/functions/strripos.xml:1.8 phpdoc/en/reference/strings/functions/strripos.xml:1.9 --- phpdoc/en/reference/strings/functions/strripos.xml:1.8 Fri Feb 17 12:17:20 2006 +++ phpdoc/en/reference/strings/functions/strripos.xml Fri Feb 17 12:33:52 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <refentry id="function.strripos"> <refnamediv> <refname>strripos</refname> @@ -10,7 +10,7 @@ <refsect1> <title>Description</title> <methodsynopsis> - <type>mixed</type><methodname>strripos</methodname> + <type>int</type><methodname>strripos</methodname> <methodparam><type>string</type><parameter>haystack</parameter></methodparam> <methodparam><type>string</type><parameter>needle</parameter></methodparam> <methodparam choice="opt"><type>int</type><parameter>offset</parameter></methodparam>