val Sun Jan 2 11:08:26 2005 EDT
Modified files:
/phpdoc/en/reference/bcompiler/functions bcompiler-write-header.xml
Log:
update 'see also' list
http://cvs.php.net/diff.php/phpdoc/en/reference/bcompiler/functions/bcompiler-write-header.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/bcompiler/functions/bcompiler-write-header.xml
diff -u phpdoc/en/reference/bcompiler/functions/bcompiler-write-header.xml:1.2
phpdoc/en/reference/bcompiler/functions/bcompiler-write-header.xml:1.3
--- phpdoc/en/reference/bcompiler/functions/bcompiler-write-header.xml:1.2
Thu Nov 11 09:54:18 2004
+++ phpdoc/en/reference/bcompiler/functions/bcompiler-write-header.xml Sun Jan
2 11:08:26 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/bcompiler.xml, last change in rev 1.5 -->
<refentry id="function.bcompiler-write-header">
<refnamediv>
@@ -16,6 +16,8 @@
&warn.experimental.func;
<para>
Writes the header part of a bcompiler file.
+ Optional second parameter can be used to write bytecode in a previously
+ used format, so that you can use it with older versions of bcompiler.
</para>
<example>
<title><function>bcompiler_write_header</function> example</title>
@@ -33,7 +35,9 @@
</programlisting>
</example>
<para>
- See also <function>bcompiler_write_class</function>, and
+ See also <function>bcompiler_write_file</function>,
+ <function>bcompiler_write_class</function>,
+ <function>bcompiler_write_function</function>, and
<function>bcompiler_write_footer</function>.
</para>
</refsect1>