git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57996 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeroen van Wolffelaar 2001-09-21 23:08:48 +00:00
parent c8035b10c4
commit 330651585d

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.53 $ -->
<!-- $Revision: 1.54 $ -->
<reference id="ref.misc">
<title>Miscellaneous functions</title>
<titleabbrev>Misc.</titleabbrev>
@ -512,7 +512,7 @@ Mozilla/4.5 [en] (X11; U; Linux 2.2.9 i586)&lt;hr&gt;
The <function>highlight_file</function> function prints out a syntax
higlighted version of the code contained in <parameter>filename</parameter>
using the colors defined in the built-in syntax highlighter for PHP.
&return.success;
&return.success;
</simpara>
<note>
<simpara>
@ -539,11 +539,11 @@ Mozilla/4.5 [en] (X11; U; Linux 2.2.9 i586)&lt;hr&gt;
</simpara>
<para>
<informalexample>
<programlisting>
<programlisting>
&lt;Location /source&gt;
ForceType application/x-httpd-php
&lt;/Location&gt;
</programlisting></informalexample>
</programlisting></informalexample>
</para>
<simpara>
And then make a file named &quot;source&quot; and put it in your
@ -581,14 +581,14 @@ Mozilla/4.5 [en] (X11; U; Linux 2.2.9 i586)&lt;hr&gt;
</simpara>
<para>
<informalexample>
<programlisting>
<programlisting>
http://your.server.com/source/path/to/script.php
</programlisting>
</programlisting>
</informalexample>
</para>
</example>
</para>
&tip.ob-capture;
&tip.ob-capture;
<simpara>
See also <function>highlight_string</function>,
<function>show_source</function>.
@ -613,9 +613,9 @@ http://your.server.com/source/path/to/script.php
The <function>highlight_string</function> function prints out a syntax
highlighted version of <parameter>str</parameter> using the colors defined
in the built-in syntax highlighter for PHP.
&return.success;
&return.success;
</simpara>
&tip.ob-capture;
&tip.ob-capture;
<simpara>
See also <function>highlight_file</function>,
<function>show_source</function>.