Protection d’une chaîne de caractère avec ‘escapeshellarg( )’* September 26, 2012 Author: user {filelink=13814} <?php $processus = proc_open("echo hi", array( 0 => array("A", "r"), 1 => array("B", 'filename with spaces', "w"), 2 => array("C", "w"), ), $test); system('/bin/py '.escapeshellarg($processus)); ?> Categories: Uncategorized