reference/mysqli/functions/mysqli-escape-string.xml
df1072f8d2a3157534cb61d3734864c1f4852808
...
...
@@ -2,26 +2,17 @@
2
2
<!-- $Revision$ -->
3
3
<refentry xml:id="function.mysqli-escape-string" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
+
<refname>mysqli::escape_string</refname>
5
6
<refname>mysqli_escape_string</refname>
6
-
<refpurpose>Alias of <function>mysqli_real_escape_string</function></refpurpose>
7
+
<refpurpose>&Alias; <function>mysqli_real_escape_string</function></refpurpose>
7
8
</refnamediv>
8
9

9
10
<refsect1 role="description">
10
11
&reftitle.description;
11
12
<para>
12
-
This function is an alias of <function>mysqli_real_escape_string</function>.
13
+
&info.function.alias; <function>mysqli_real_escape_string</function>.
13
14
</para>
14
15
</refsect1>
15
-

16
-
<refsect1 role="seealso">
17
-
&reftitle.seealso;
18
-
<para>
19
-
<simplelist>
20
-
<member><function>mysqli_real_escape_string</function></member>
21
-
</simplelist>
22
-
</para>
23
-
</refsect1>
24
-

25
16
</refentry>
26
17

27
18
<!-- Keep this comment at the end of the file
28
19