Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
proc_close
proc_close
Close the process opened by proc_open() and return the process exit code
Name:
proc_close
Category:
Program execution
Programming Language:
php
One-line Description:
Close the process opened by proc_open() and return the process exit code
Related
What Are the Pitfalls and Considerations of PHP’s is_double Function When Checking Large Numbers?
10
PHP sqrt() Function Tutorial: How to Calculate Square Roots with Examples
8
PHP Integration with Baidu Custom Classification API Tutorial: Quickly Implement Text Classification Functionality
3
Use time_nanosleep to implement accurate task scheduler
7
Similar Functions
proc_get_status
proc_get_status
Getinformationaboutp
escapeshellarg
escapeshellarg
Transcodethestringin
proc_open
proc_open
Executeacommandandop
proc_close
proc_close
Closetheprocessopene
system
system
Executeexternalprogr
shell_exec
shell_exec
Executecommandsthrou
exec
exec
Executeanexternalpro
proc_terminate
proc_terminate
Killaprocessopenedby
Popular Articles