mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
update 'see also' list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176303 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
84ee2629a6
commit
4b2e48e611
1 changed files with 6 additions and 2 deletions
|
@ -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 @@ fclose($fh);
|
|||
</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>
|
||||
|
|
Loading…
Reference in a new issue