mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typographic convention
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118504 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
19d2809fec
commit
7d8cca092a
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.htmlspecialchars">
|
||||
<refnamediv>
|
||||
|
@ -89,7 +89,7 @@ $new = htmlspecialchars("<a href='test'>Test</a>", ENT_QUOTES);
|
|||
</para>
|
||||
<para>
|
||||
See also <function>get_html_translation_table</function>,
|
||||
<function>htmlentities</function> and <function>nl2br</function>.
|
||||
<function>htmlentities</function>, and <function>nl2br</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.str-replace">
|
||||
<refnamediv>
|
||||
|
@ -67,7 +67,7 @@ $bodytag = str_replace("%body%", "black", "<body text=%body%>");
|
|||
</para>
|
||||
</note>
|
||||
<para>
|
||||
See also :
|
||||
See also
|
||||
<function>str_ireplace</function>,
|
||||
<function>ereg_replace</function>,
|
||||
<function>preg_replace</function>, and
|
||||
|
|
Loading…
Reference in a new issue