Jared Wyles wrote:
rioter Sun Feb 1 09:12:11 2004 EDT

Modified files: /phpdoc/en/reference/strings/functions ord.xml Log:
added the $str var to the example


<refnamediv>
@@ -21,7 +21,9 @@
<programlisting role="php">
<![CDATA[
<?php
-if (ord($str) == 10) {
+$str = "\n";
+if (ord($str) == 10) +{


No need to break the coding standards here. tsss, go back to sleep rioter :p

didou

Reply via email to