★ wanayoo — archive 1999 http://fr.php.net/manual/function.fwrite.phpNouvelle recherche | Portail wanayoo
PHP Friday, April 27, 2001  
downloads | documentation | faq | support | reporting bugs | links 

search for in the  


previousftruncate
set_file_buffernext

Last updated: Mon, 08 Jan 2001

fwrite

(PHP 3, PHP 4 )

fwrite -- Binary-safe file write

Description

int fwrite (int fp, string string [, int length])

fwrite() writes the contents of string to the file stream pointed to by fp. If the length argument is given, writing will stop after length bytes have been written or the end of string is reached, whichever comes first.

Note that if the length argument is given, then the magic_quotes_runtime configuration option will be ignored and no slashes will be stripped from string.

See also fread(), fopen(), fsockopen(), popen(), and fputs().

previousftruncate
set_file_buffernext

Last updated: Mon, 08 Jan 2001
add note | about notes

show source | credits | mirror sites:  

Copyright © 2001 The PHP Group
All rights reserved.
This mirror generously provided by: L'Université Michel de Montaigne Bordeaux III
Last updated: Fri Apr 27 01:31:26 2001 MET DST