jeroen Sun Aug 12 19:23:07 2001 EDT
Modified files:
/phpdoc global.ent
/phpdoc/en/functions strings.xml
Log:
Add reference to an ASCII-table
Index: phpdoc/global.ent
diff -u phpdoc/global.ent:1.105 phpdoc/global.ent:1.106
--- phpdoc/global.ent:1.105 Sat Aug 11 06:09:40 2001
+++ phpdoc/global.ent Sun Aug 12 19:23:07 2001
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.105 2001/08/11 10:09:40 goba Exp $
+ $Id: global.ent,v 1.106 2001/08/12 23:23:07 jeroen Exp $
Contains global "macros" for all the XML documents.
@@ -10,6 +10,7 @@
<!ENTITY url.apache "http://www.apache.org/">
<!ENTITY url.apachedso "http://www.apache.org/docs/dso.html">
<!ENTITY url.argsep "http://www.w3.org/TR/html4/appendix/notes.html#h-B.2.2">
+<!ENTITY url.asciitable "http://www.mindspring.com/~jc1/serial/Resources/ASCII.html">
<!ENTITY url.aspell "http://aspell.sourceforge.net/">
<!ENTITY url.bcmath "http://www.php.net/extra/number4.tar.gz">
<!ENTITY url.browscap "http://php.netvision.net.il/browser-id.php3">
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.103 phpdoc/en/functions/strings.xml:1.104
--- phpdoc/en/functions/strings.xml:1.103 Thu Aug 9 16:52:55 2001
+++ phpdoc/en/functions/strings.xml Sun Aug 12 19:23:07 2001
@@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.103 $ -->
+<!-- $Revision: 1.104 $ -->
<reference id="ref.strings">
<title>String functions</title>
<titleabbrev>Strings</titleabbrev>
@@ -196,6 +196,12 @@
$str = sprintf("The string ends in escape: %c", 27);
</programlisting>
</example>
+ </para>
+ <para>
+ You can find an ASCII-table over here: <ulink url="&url.asciitable;"
+ >&url.asciitable;</ulink>.
+ </para>
+ <para>
This function complements <function>ord</function>. See also
<function>sprintf</function> with a format string of
<literal>%c</literal>.
@@ -1531,6 +1537,10 @@
}
</programlisting>
</example>
+ </para>
+ <para>
+ You can find an ASCII-table over here: <ulink url="&url.asciitable;"
+ >&url.asciitable;</ulink>.
</para>
<simpara>
See also <function>chr</function>.