(PHP 4 >= 4.0.3, PHP 5, PHP 7)
escapeshellarg — ���ַ���ת��Ϊ������ shell ������ʹ�õIJ���
$arg
) : stringescapeshellarg() �����ַ�������һ�������Ų��������û���ת���κ��Ѿ����ڵĵ����ţ�������ȷ���ܹ�ֱ�ӽ�һ���ַ������� shell ���������һ���ȷ����ȫ�ġ������û�����IJ��ֲ�����Ӧ��ʹ�����������shell �������� exec(), system() ִ������� ��
arg
��Ҫ��ת��IJ�����
ת��֮���ַ�����
Example #1 escapeshellarg() ������
<?php
system('ls '.escapeshellarg($dir));
?>