Home
PHP
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
How to use curl_close to release multiple cURL resources in PHP?
2
How to get a list of registered filters via stream_get_filters in PHP?
2
Case Study of Streaming_get_filters combined with streaming optimization
1
imagettftext Use with imageline to implement complex graphics
2
Similar Functions
proc_nice
proc_nice
Changethepriorityoft
proc_close
proc_close
Closetheprocessopene
escapeshellarg
escapeshellarg
Transcodethestringin
shell_exec
shell_exec
Executecommandsthrou
escapeshellcmd
escapeshellcmd
shellmetacharacteres
proc_terminate
proc_terminate
Killaprocessopenedby
proc_open
proc_open
Executeacommandandop
passthru
passthru
Executeexternalprogr
Popular Articles