mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
WS only
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57996 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c8035b10c4
commit
330651585d
1 changed files with 9 additions and 9 deletions
|
@ -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)<hr>
|
|||
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)<hr>
|
|||
</simpara>
|
||||
<para>
|
||||
<informalexample>
|
||||
<programlisting>
|
||||
<programlisting>
|
||||
<Location /source>
|
||||
ForceType application/x-httpd-php
|
||||
</Location>
|
||||
</programlisting></informalexample>
|
||||
</programlisting></informalexample>
|
||||
</para>
|
||||
<simpara>
|
||||
And then make a file named "source" and put it in your
|
||||
|
@ -581,14 +581,14 @@ Mozilla/4.5 [en] (X11; U; Linux 2.2.9 i586)<hr>
|
|||
</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>.
|
||||
|
|
Loading…
Reference in a new issue