PHP filesize() 函数
定义和用法
filesize() 函数返回指定文件的大小。
若成功,则返回文件大小的字节数。若失败,则返回 false 并生成一条 E_WARNING 级的错误。
语法
filesize(filename)
参数 | 描述 |
---|---|
filename | 必需。规定要检查的文件。 |
提示和注释
提示:本函数的结果会被缓存。请使用 clearstatcache() 来清除缓存。
例子
<?php echo filesize("test.txt"); ?>
输出:
20
李清波 2015-09-30 PHP函数 1903 复制当前网址
filesize() 函数返回指定文件的大小。
若成功,则返回文件大小的字节数。若失败,则返回 false 并生成一条 E_WARNING 级的错误。
filesize(filename)
参数 | 描述 |
---|---|
filename | 必需。规定要检查的文件。 |
提示:本函数的结果会被缓存。请使用 clearstatcache() 来清除缓存。
<?php echo filesize("test.txt"); ?>
输出:
20
__construct
zip_read
zip_open
zip_entry_read
zip_entry_open
zip_entry_name
zip_entry_filesize
zip_entry_compressionmethod
zip_entry_compressedsize
zip_entry_close
zip_close
xpath
xml_set_unparsed_entity_decl_handler
xml_set_processing_instruction_handler
xml_set_object
xml_set_notation_decl_handler
xml_set_external_entity_ref_handler
xml_set_element_handler
xml_set_default_handler
xml_set_character_data_handler