Date: 01/23/02
- Next message: Hartmut Holzgraefe: "Re: [PHP-DOC] Re: XSLT manual build with gnome libxslt / xsltproc"
- Previous message: James Cox: "[PHP-DOC] cvs: phpdoc /en/chapters install.apache.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
yohgaki Wed Jan 23 23:11:01 2002 EDT
Modified files:
/phpdoc/en/functions strings.xml
Log:
Added "See also pack/unpack" for bin2hex.
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.155 phpdoc/en/functions/strings.xml:1.156
--- phpdoc/en/functions/strings.xml:1.155 Tue Jan 15 05:38:35 2002
+++ phpdoc/en/functions/strings.xml Wed Jan 23 23:11:00 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.155 $ -->
+<!-- $Revision: 1.156 $ -->
<reference id="ref.strings">
<title>String functions</title>
<titleabbrev>Strings</titleabbrev>
@@ -150,6 +150,9 @@
Returns an ASCII string containing the hexadecimal representation
of <parameter>str</parameter>. The conversion is done byte-wise
with the high-nibble first.
+ </para>
+ <para>
+ See also <function>pack</function> and <function>unpack</function>.
</para>
</refsect1>
</refentry>
- Next message: Hartmut Holzgraefe: "Re: [PHP-DOC] Re: XSLT manual build with gnome libxslt / xsltproc"
- Previous message: James Cox: "[PHP-DOC] cvs: phpdoc /en/chapters install.apache.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

