mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix build
# sorry, I have to make test from a remote server :) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237441 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
16fbede5b5
commit
817873327e
2 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<refentry id="function.print">
|
||||
<refnamediv>
|
||||
<refname>print</refname>
|
||||
|
@ -23,9 +23,9 @@
|
|||
<para>
|
||||
For a short discussion about the differences between
|
||||
<function>print</function> and <function>echo</function>, see this FAQTs
|
||||
Knowledge Base Article: <ulink url="&url.echo-print;">&url.echo-print;
|
||||
</para>
|
||||
</simpara>
|
||||
Knowledge Base Article: <ulink
|
||||
url="&url.echo-print;">&url.echo-print;</ulink>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.strrev">
|
||||
<refnamediv>
|
||||
<refname>strrev</refname>
|
||||
|
@ -14,6 +14,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
Returns <parameter>string</parameter>, reversed.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
Loading…
Reference in a new issue