1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-25 00:02:17 +01:00

Document \ escaping of escapeshellarg on Windows

Cf. <https://bugs.php.net/69646>.
This commit is contained in:
Christoph M. Becker
2021-12-02 17:54:26 +01:00
parent a049ea0cfb
commit 60c391265d

View File

@@ -26,6 +26,8 @@
On Windows, <function>escapeshellarg</function> instead replaces percent
signs, exclamation marks (delayed variable substitution) and double quotes
with spaces and adds double quotes around the string.
Furthermore, each streak of consecutive backslashes (<literal>\</literal>)
is escaped by one additional backslash.
</para>
</refsect1>