Home >Common Problem >How to use system pause

How to use system pause

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2020-01-13 16:53:4018988browse

How to use system pause

system is to call system commands (and shell commands) from the program.

system ("pause") is to call the "pause" command from the program;

The function of the "pause" system command is very simple, which is to output a line similar to " Press any key to exit", waits for the user to press a key, and then returns.

For more FAQ, please visit the PHP Chinese website.

The above is the detailed content of How to use system pause. For more information, please follow other related articles on the PHP Chinese website!

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