We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a049ea0 commit 60c3912Copy full SHA for 60c3912
reference/exec/functions/escapeshellarg.xml
@@ -26,6 +26,8 @@
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>
32
</refsect1>
33
0 commit comments