mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
of -> between (sorry)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125703 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
745db7accc
commit
e5f0406a16
2 changed files with 10 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.echo">
|
||||
<refnamediv>
|
||||
|
@ -89,9 +89,10 @@ I have <?=$foo?> foo.
|
|||
</para>
|
||||
</note>
|
||||
<simpara>
|
||||
For a short discussion about the differences of <function>print</function>
|
||||
and <function>echo</function>, see this FAQTs Knowledge Base Article:
|
||||
<ulink url="&url.echo-print;">&url.echo-print;</ulink>
|
||||
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;
|
||||
</ulink>
|
||||
</simpara>
|
||||
<simpara>
|
||||
See also
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.print">
|
||||
<refnamediv>
|
||||
|
@ -60,9 +60,10 @@ END;
|
|||
</programlisting>
|
||||
</example>
|
||||
<simpara>
|
||||
For a short discussion about the differences of <function>print</function>
|
||||
and <function>echo</function>, see this FAQTs Knowledge Base Article:
|
||||
<ulink url="&url.echo-print;">&url.echo-print;</ulink>
|
||||
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;
|
||||
</ulink>
|
||||
</simpara>
|
||||
<simpara>
|
||||
See also <function>echo</function>, <function>printf</function>,
|
||||
|
|
Loading…
Reference in a new issue