PHP rewind() 函数
定义和用法
rewind() 函数将文件指针的位置倒回文件的开头。
若成功,则返回 true。若失败,则返回 false。
语法
rewind(file)
参数 | 描述 |
---|---|
file | 必需。规定已打开的文件。 |
例子
<?php $file = fopen("test.txt","r");//改变文件指针的位置fseek($file,"15");//把文件指针设定为 0rewind($file); fclose($file); ?>
李清波 2021-06-17 PHP函数 1204 复制当前网址
rewind() 函数将文件指针的位置倒回文件的开头。
若成功,则返回 true。若失败,则返回 false。
rewind(file)
参数 | 描述 |
---|---|
file | 必需。规定已打开的文件。 |
<?php $file = fopen("test.txt","r");//改变文件指针的位置fseek($file,"15");//把文件指针设定为 0rewind($file); fclose($file); ?>
__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