We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fabff2 commit 81593f0Copy full SHA for 81593f0
1 file changed
reference/exec/functions/shell-exec.xml
@@ -13,9 +13,9 @@
13
<type class="union"><type>string</type><type>false</type><type>null</type></type><methodname>shell_exec</methodname>
14
<methodparam><type>string</type><parameter>command</parameter></methodparam>
15
</methodsynopsis>
16
- <para>
17
- This function is identical to the <link linkend="language.operators.execution">backtick operator</link>.
18
- </para>
+ <simpara>
+ This function is identical to the deprecated <link linkend="language.operators.execution">backtick operator</link>.
+ </simpara>
19
<note>
20
<para>
21
On Windows, the underlying pipe is opened in text mode which can cause the
0 commit comments