php_stream_fopen_tmpfile() returns a stream based on a temporary file opened with a mode of "w+b". The temporary file will be deleted automatically when the stream is closed or the process terminates.
Précédent | Sommaire | Suivant |
php_stream_fopen_from_file | Niveau supérieur | php_stream_fopen_temporary_file |