Using Php Exec() Function Get Archive
- Forums
- Windows Hosting
- Using Php Exec() Function Get Archive
Using Php Exec() Function Get Archive Am Running A Php Script In A Centos Unix Server [1632], Last Updated: Mon Jun 24, 2024
Goterway
Sat Jan 30, 2010
0 Comments
731 Visits
can you help me with one question
i am running a php script in a centos unix server,
i have this line of code:
$test = exec($Command0,$output,$results);
the value of $test comes out as: [0] => Archive: /var/www/webx/web/scripts/OSWallpaper-beta-1.5.zip
what does the message Archive mean in the output of the exec() command?