首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
pclose
pclose
關閉進程文件指針
名稱:
pclose
分類:
文件系統
所屬語言:
php
一句話介紹:
關閉有popen() 打開的進程。
相關內容
如何在pclose中捕獲並處理標準錯誤輸出
7
遇到“pclose failed”的原因及解決方案
8
pclose與popen配合使用的基本示例
7
同類函數
feof
feof
測試文件指針是否到了文件結束的位置
delete
delete
參見unlink()或unset()(P
move_uploaded_file
move_uploaded_file
將上傳的文件移動到新位置
is_writeable
is_writeable
is_writable的別名
file_put_contents
file_put_contents
將數據寫入文件
clearstatcache
clearstatcache
清除文件狀態緩存
filemtime
filemtime
獲取文件修改時間
fread
fread
讀取文件(可安全用於二進製文件)
熱門文章
如何在pclose中捕獲並處理標準錯誤輸出
pclose與popen配合使用的基本示例
遇到“pclose failed”的原因及解決方案