Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
passthru
passthru
Execute external programs and display original output
Name:
passthru
Category:
Program execution
Programming Language:
php
One-line Description:
Execute external programs and display original output
Related
Combined with shell_exec() to implement cross-platform command execution adaptation
5
How to use imageopenpolygon() to simulate the drawing of radar image/spider image
3
Is it effective to catch curl_upkeep() related errors using try-catch?
9
Is it possible to use anonymous functions as fill value?
4
Similar Functions
shell_exec
shell_exec
Executecommandsthrou
proc_close
proc_close
Closetheprocessopene
system
system
Executeexternalprogr
escapeshellarg
escapeshellarg
Transcodethestringin
proc_open
proc_open
Executeacommandandop
escapeshellcmd
escapeshellcmd
shellmetacharacteres
proc_get_status
proc_get_status
Getinformationaboutp
passthru
passthru
Executeexternalprogr
Popular Articles