reference/exec/functions/escapeshellarg.xml
60c391265d2a51003e1ed0952e5a2413f81c7fc2
...
...
@@ -22,6 +22,13 @@
22
22
include <function>exec</function>, <function>system</function> and the
23
23
<link linkend="language.operators.execution">backtick operator</link>.
24
24
</para>
25
+
<para>
26
+
On Windows, <function>escapeshellarg</function> instead replaces percent
27
+
signs, exclamation marks (delayed variable substitution) and double quotes
28
+
with spaces and adds double quotes around the string.
29
+
Furthermore, each streak of consecutive backslashes (<literal>\</literal>)
30
+
is escaped by one additional backslash.
31
+
</para>
25
32
</refsect1>
26
33

27
34
<refsect1 role="parameters">
28
35