首頁
PHP
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
passthru
passthru
執行外部程序並顯示原始輸出
名稱:
passthru
分類:
程序執行
所屬語言:
php
一句話介紹:
執行外部程序並顯示原始輸出
相關內容
json_decode 與json_encode 配合使用的最佳實踐
10
strnatcasecmp 與strcmp 的區別:選擇哪個更合適?
8
使用init 函數設置默認配置的最佳實踐
8
PDOStatement::fetchObject 中獲取多維數組數據的進階用法
10
同類函數
proc_nice
proc_nice
更改當前進程的優先級
passthru
passthru
執行外部程序並顯示原始輸出
exec
exec
執行一個外部程序
proc_terminate
proc_terminate
殺死一個proc_open打開的進程
shell_exec
shell_exec
通過shell環境執行命令,並且將完整的
proc_open
proc_open
執行一個命令,並且打開用來輸入/輸出的文
escapeshellarg
escapeshellarg
把字符串轉碼為可以在shell命令裡使用
proc_close
proc_close
關閉由proc_open()打開的進程並
熱門文章