Update exectool.php

This commit is contained in:
Namhyeon Go 2018-07-22 23:35:10 +09:00 committed by GitHub
parent 7c4bb9ea72
commit 313d4d0598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,11 @@
<?php
/**
* @file exectool.php
* @date 2018-07-22
* @author forked from https://github.com/scipag/PHPUtilities
* @brief ExecTool helper
*/
/*
exec_test() executes a command (like "whoami") with different
PHP functions in order to figure out which fuctions are supported