mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
tidied up mysqli_escape_string alias page (patch by Peter O'Callaghan)
- removed See Also section - use alias entities git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300307 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c26415107a
commit
5f357e881e
1 changed files with 2 additions and 12 deletions
|
@ -3,25 +3,15 @@
|
|||
<refentry xml:id="function.mysqli-escape-string" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>mysqli_escape_string</refname>
|
||||
<refpurpose>Alias of <function>mysqli_real_escape_string</function></refpurpose>
|
||||
<refpurpose>&Alias; <function>mysqli_real_escape_string</function></refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<para>
|
||||
This function is an alias of <function>mysqli_real_escape_string</function>.
|
||||
&info.function.alias; <function>mysqli_real_escape_string</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysqli_real_escape_string</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue