PHP/Utility Function/escapeshellarg

Материал из Web эксперт
Перейти к: навигация, поиск

Using escapeshellarg()

   <source lang="html4strict">

<?php system("/bin/ps ".escapeshellarg($process_id)); ?>

 </source>