Home  >  Article  >  Backend Development  >  memcached - Will cmd execution of php script under win not stop?

memcached - Will cmd execution of php script under win not stop?

WBOY
WBOYOriginal
2016-08-18 09:16:281126browse

When I use cmd under win to execute a php script, why does it continue to execute again after the execution is completed and never stops? If cmd will continue to execute, can I add something to the script to stop it?

The file executed in cmd is as follows. This is a file for memcached algorithm hit rate. It does not end after executing the for loop. The program in the command window is always running
memcached - Will cmd execution of php script under win not stop?

Reply content:

When I use cmd under win to execute a php script, why does it continue to execute again after the execution is completed and never stops? If cmd will continue to execute, can I add something to the script to stop it?

The file executed in cmd is as follows. This is a file for memcached algorithm hit rate. It does not end after executing the for loop. The program in the command window is always running
memcached - Will cmd execution of php script under win not stop?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn