首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
passthru
passthru
執行外部程序並顯示原始輸出
名稱:
passthru
分類:
程序執行
所屬語言:
php
一句話介紹:
執行外部程序並顯示原始輸出
相關內容
PHP開發實時聊天功能的聊天記錄導出與存檔
5
如何通過mysqli_stmt::$error 實現失敗操作的容錯機制
4
PHP JSON對象解析方法解析
6
如何在圖像裁剪中使用imagegetclip並應用濾鏡
5
同類函數
proc_get_status
proc_get_status
獲取由proc_open()函數打開的進
proc_close
proc_close
關閉由proc_open()打開的進程並
proc_open
proc_open
執行一個命令,並且打開用來輸入/輸出的文
exec
exec
執行一個外部程序
escapeshellcmd
escapeshellcmd
shell元字符轉義
passthru
passthru
執行外部程序並顯示原始輸出
shell_exec
shell_exec
通過shell環境執行命令,並且將完整的
escapeshellarg
escapeshellarg
把字符串轉碼為可以在shell命令裡使用
熱門文章