Use PHP's system to execute a terminal command, and then how to use PHP to terminate the command?
Since we need to obtain all the file information of Qiniu as quickly as possible, we chose Qiniu’s command line tool. After executing the command using PHP's system function, how do I terminate the command using PHP?