Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ftruncate
ftruncate
Truncate the file to a given length
Name:
ftruncate
Category:
File system
Programming Language:
php
One-line Description:
Truncate the file to the specified length.
Related
Understanding dbclass.php File: Building Efficient Database Operations in PHP
2
How to combine xml_set_character_data_handler and xml_set_end_namespace_decl_handler for XML parsing?
3
How to Build Secure Web Services with PHP and SOAP
3
Complete Guide: How to Configure PHP on Lighttpd Server
2
Similar Functions
dirname
dirname
Returntothedirectory
rename
rename
Renameafileordirecto
is_writeable
is_writeable
is_writablealias
disk_total_space
disk_total_space
Returnsthetotalsizeo
fread
fread
Readfiles(safelyused
fgetcsv
fgetcsv
Readalinefromthefile
clearstatcache
clearstatcache
Clearfilestatuscache
delete
delete
Seeunlink()orunset()
Popular Articles