cvs: phpdoc-nl /reference/strings/functions strrev.xml
[email protected] ("Nuno Lopes")
| Newsgroups | php.doc.nl |
|---|---|
| Message-ID | <cvsnlopess1076839936@cvsserver> |
nlopess Sun Feb 15 05:12:16 2004 EDT
Modified files:
/phpdoc-nl/reference/strings/functions strrev.xml
Log:
fix #27259
http://cvs.php.net/diff.php/phpdoc-nl/reference/strings/functions/strrev.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc-nl/reference/strings/functions/strrev.xml
diff -u phpdoc-nl/reference/strings/functions/strrev.xml:1.3 phpdoc-nl/reference/strings/functions/strrev.xml:1.4
--- phpdoc-nl/reference/strings/functions/strrev.xml:1.3 Fri Aug 16 05:29:07 2002
+++ phpdoc-nl/reference/strings/functions/strrev.xml Sun Feb 15 05:12:15 2004
@@ -17,7 +17,7 @@
<title>Een string omdraaien met <function>strrev</function></title>
<programlisting role="php">
<![CDATA[
-<php
+<?php
echo strrev("Hallo wereld!"); // outputs "!dlerew ollaH"
?>
]]>