首頁
PHP
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
passthru
passthru
執行外部程序並顯示原始輸出
名稱:
passthru
分類:
程序執行
所屬語言:
php
一句話介紹:
執行外部程序並顯示原始輸出
相關內容
如何使用Workerman實現PHP和Unity3D的用戶登錄認證功能
9
使用imagecolorresolve() 與圖像邊緣檢測算法配合優化視覺輸出
3
搭配imagefontheight() 使用獲取完整字符尺寸
7
使用array_diff_key() 快速移除黑名單鍵名
6
同類函數
shell_exec
shell_exec
通過shell環境執行命令,並且將完整的
system
system
執行外部程序並顯示輸出
proc_close
proc_close
關閉由proc_open()打開的進程並
proc_get_status
proc_get_status
獲取由proc_open()函數打開的進
escapeshellarg
escapeshellarg
把字符串轉碼為可以在shell命令裡使用
proc_nice
proc_nice
更改當前進程的優先級
passthru
passthru
執行外部程序並顯示原始輸出
escapeshellcmd
escapeshellcmd
shell元字符轉義
熱門文章