Home> Common Problem> body text

How to use system pause

爱喝马黛茶的安东尼
Release: 2020-01-13 16:53:40
Original
18709 people have browsed it

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 moreFAQ, 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!

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!