Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
set_file_buffer
set_file_buffer
alias for stream_set_write_buffer
Name:
set_file_buffer
Category:
File system
Programming Language:
php
One-line Description:
Sets the buffer size of the opened file.
Related
How to Combine PHP set_file_buffer and fopen Functions for More Efficient File Operations?
10
Similar Functions
fpassthru
fpassthru
Outputsallremainingd
fclose
fclose
Closeanopenfilepoint
copy
copy
Copythefile
fgets
fgets
Readalinefromafilepo
ftruncate
ftruncate
Truncatethefiletoagi
filegroup
filegroup
Groupoffilesobtained
chgrp
chgrp
Changethegrouptowhic
rewind
rewind
Rewindthefilepointer
Popular Articles
How to Combine PHP set_file_buffer and fopen Functions for More Efficient File Operations?