reference/strings/functions/quotemeta.xml
6330e4d73192c49a6867c6bbc3cbf09d63a1e36a
...
...
@@ -43,6 +43,29 @@
43
43
</para>
44
44
</refsect1>
45
45

46
+
<refsect1 role="examples">
47
+
&reftitle.examples;
48
+
<para>
49
+
<example>
50
+
<title><function>quotemeta</function> example</title>
51
+
<programlisting role="php">
52
+
<![CDATA[
53
+
<?php
54
+

55
+
var_dump(quotemeta('PHP is a popular scripting language. Fast, flexible, and pragmatic.'));
56
+
?>
57
+
]]>
58
+
</programlisting>
59
+
&example.outputs;
60
+
<screen>
61
+
<![CDATA[
62
+
string(69) "PHP is a popular scripting language\. Fast, flexible, and pragmatic\."
63
+
]]>
64
+
</screen>
65
+
</example>
66
+
</para>
67
+
</refsect1>
68
+

46
69
<refsect1 role="notes">
47
70
&reftitle.notes;
48
71
&note.bin-safe;
49
72