is there any php function to open Matlab using Windows 开发者_StackOverflow中文版Command Prompt
Yes, several actually:
exec
popen
system
passthru
shell_exec
proc_ open
- backtick operator
is there any php function to open Matlab using Windows 开发者_StackOverflow中文版Command Prompt
Yes, several actually:
exec
popen
system
passthru
shell_exec
proc_ open
精彩评论