首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
ftruncate
ftruncate
將文件截斷到給定的長度
名稱:
ftruncate
分類:
文件系統
所屬語言:
php
一句話介紹:
將文件截斷到指定的長度。
相關內容
php怎麼將數組鍵名改成數字
3
PHP和Vue構建腦圖應用的最佳實踐與技巧分享
5
PHP 文件包含的技巧與最佳實踐
4
password_needs_rehash 不生效?可能是hash 算法設置錯誤
5
同類函數
parse_ini_file
parse_ini_file
解析一個配置文件
chgrp
chgrp
改變文件所屬的組
file
file
把整個文件讀入一個數組中
realpath
realpath
返回規範化的絕對路徑名
clearstatcache
clearstatcache
清除文件狀態緩存
realpath_cache_get
realpath_cache_get
獲取realpath緩存條目
fclose
fclose
關閉一個已打開的文件指針
file_get_contents
file_get_contents
將整個文件讀入一個字符串
熱門文章