phpbar.de logo

Mailinglisten-Archive

[php] Auf fclose verzichten

[php] Auf fclose verzichten

Tom Horstmann Tom.Horstmann at proSoft.org
Die Jun 21 12:19:02 CEST 2005


Tag,

mit fOpen () geöffnete Dateien werden bei script-Ende automatisch
geschlossen:

http://www.onlamp.com/pub/a/php/2002/10/03/php_foundations.html
Once a file reference has been created, and any reading/writing done
to the file opened is complete, it is necessary that the file be closed
before it can be opened again. Although all file references are
automatically closed upon the termination of the PHP script which
opened them, it is good programming practice to close the files
manually. To do this, PHP provides the fclose() function. This
function takes a single parameter (the file reference) and returns
a boolean value indicating the success or failure.

Mit fflush () kannst Du zumindest schonmal den Puffer wegschreiben.

Grüsse,

TomH

-- 
PROSOFT EDV-Loesungen GmbH & Co. KG              http://www.proSoft.org
St.-Kassians-Platz 6, D-93047 Regensburg      Tom.Horstmann at proSoft.org
Geschaeftsfuehrer: Axel-Wilhelm Wegmann    phone: +49 941 / 78 88 7-121
AG Regensburg HRA 6608 USt.183/68311     cellphone: +49 171 / 40 54 777
--  
 

> -----Original Message-----
> From: php-bounces at phpbar.de [mailto:php-bounces at phpbar.de] On 
> Behalf Of Ralf Stadtaus
> Sent: Tuesday, June 21, 2005 11:44 AM
> To: deutschsprachige PHP-Mailingliste
> Subject: [php] Auf fclose verzichten
> 
> Hi,
> 
> weiß jemand ein Workaround, wenn der Webspace-Provider die 
> Funktion fclose() "disabled" hat?
> 
> Gruß
> 
> Ralf
> --
> ** Allgemeine deutschsprachige PHP-Liste: php at phpbar.de **
> Informationen: http://www.phpbar.de
> http://lists.phpbar.de/mailman/listinfo/php
> 


php::bar PHP Wiki   -   Listenarchive