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

PHP Home Page

Manual Table of Contents
Up to Filesystem
Quick Reference
English version of this pageJapanese version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
Filesystem
* 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
* ftell
* 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 --  Setzt die Dateipufferung für einen gegebenen Dateizeiger

Beschreibung

int set_file_buffer (int fp, int buffer)

set_file_buffer() setzt die Pufferung für Schreiboperationen eines gegebenen Dateizeigers fp auf buffer Bytes. Wenn buffer auf 0 gesetzt ist oder 0 ist, wird die Schreibpufferung ausgeschaltet.

Die Funktion gibt 0 bei Erfolg, oder EOF wenn die Anfrage nicht erfolgreich war zurück.

Bedenken Sie, dass der Standartwert beim Aufruf von fopen() mit set_file_buffer immer 8K ist.

Siehe auch 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.