didou           Wed Jul 16 13:36:24 2003 EDT

  Modified files:              
    /phpdoc/en/reference/misc/functions unpack.xml 
  Log:
  adding PHP tags in the examples, last one for today I promise
  
Index: phpdoc/en/reference/misc/functions/unpack.xml
diff -u phpdoc/en/reference/misc/functions/unpack.xml:1.3 
phpdoc/en/reference/misc/functions/unpack.xml:1.4
--- phpdoc/en/reference/misc/functions/unpack.xml:1.3   Sat Jun 21 06:28:05 2003
+++ phpdoc/en/reference/misc/functions/unpack.xml       Wed Jul 16 13:36:24 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/misc.xml, last change in rev 1.22 -->
   <refentry id="function.unpack">
    <refnamediv>
@@ -27,7 +27,9 @@
       <title><function>unpack</function> example</title>
       <programlisting role="php">
 <![CDATA[
+<?php
 $array = unpack("c2chars/nint", $binarydata);
+?>
 ]]>
       </programlisting>
       <para>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to