shell_exec

(PHP 4, PHP 5, PHP 7)

shell_execͨ�� shell ����ִ��������ҽ�������������ַ����ķ�ʽ���ء�

˵��

shell_exec ( string $cmd ) : string

������ͬ ִ�в�������

����

cmd

Ҫִ�е����

����ֵ

����ִ�е������ ���ִ�й����з���������߽��̲�����������򷵻� NULL��

Note:

������ִ�й����з������󣬻��߽��̲��������������£����᷵�� NULL�� ���ԣ�ʹ�ñ������޷�ͨ������ֵ�������Ƿ�ɹ�ִ�С� �����Ҫ������ִ�е��˳��룬��ʹ�� exec() ������

����

Example #1 shell_exec() ����

<?php
$output 
shell_exec('ls -lart');
echo 
"<pre>$output</pre>";
?>

ע��

Note:

�� PHP ������ ��ȫģʽ ʱ������ʹ�ô˺�����

�μ�