★ wanayoo — archive 1999 http://www.php.net/manual/hu/function.set-file-buffer.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to Filerendszer
Quick Reference
English version of this pageGerman version of this pageJapanese version of this pageItalian version of this pageFrench version of this page
Filerendszer
* basename
* chgrp
* chmod
* chown
* clearstatcache
* copy
* delete
* dirname
* diskfreespace
* fclose
* feof
* fgetc
* fgetcsv
* fgets
* fgetss
* file
* file_exists
* fileatime
* filectime
* filegroup
* fileinode
* filemtime
* fileowner
* fileperms
* filesize
* filetype
* flock
* fopen
* fpassthru
* fputs
* fread
* fseek
* fstat
* ftell
* ftruncate
* fwrite
* set_file_buffer
* is_dir
* is_executable
* is_file
* is_link
* is_readable
* is_writeable
* link
* linkinfo
* mkdir
* pclose
* popen
* readfile
* readlink
* rename
* rewind
* rmdir
* stat
* lstat
* realpath
* symlink
* tempnam
* touch
* umask
* unlink
Manual: set_file_buffer
View the source code for this pageSearch the site



Previous page
 fwrite
 Updated
Sat, 12 Aug 2000
is_dir 
Next page


set_file_buffer

(PHP3 >= 3.0.8, PHP4 >= 4.0.1)

set_file_buffer --  Sets file buffering on the given file pointer

Description

int set_file_buffer (int fp, int buffer)

set_file_buffer() sets the buffering for write operations on the given filepointer fp to buffer bytes. If buffer is 0 then write operations are unbuffered.

The function returns 0 on success, or EOF if the request cannot be honored.

Note that the default for any fopen with calling set_file_buffer is 8K.

See also fopen().


User Contributed Notes: set_file_buffer


curro@bredex.de
14-Feb-2000 02:26
Je, je Copy & Paste work nice... but be careful...
it is: set_file_buffer( int fp, int buffer );



posdnuos@email.com
28-Jun-2000 07:27
With Php 4.0, Fatal error: Call to undefined function: set_file_buffer()......



brian@phorum.org
29-Jun-2000 05:38
This has been fixed in the latest CVS and hopefully in 4.0.1.


 About Notes


Previous page
 fwrite
 Updated
Sat, 12 Aug 2000
is_dir 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.