reference/exec/functions/escapeshellarg.xml
60c391265d2a51003e1ed0952e5a2413f81c7fc2
...
...
@@ -26,6 +26,8 @@
26
26
On Windows, <function>escapeshellarg</function> instead replaces percent
27
27
signs, exclamation marks (delayed variable substitution) and double quotes
28
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.
29
31
</para>
30
32
</refsect1>
31
33

32
34