Manuál PHP | ||
---|---|---|
Předcházející | Další |
(no version information, might be only in CVS)
php_stream_fopen_tmpfile -- Open a FILE* with tmpfile() and convert into a streamphp_stream_fopen_from_file() 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.
Předcházející | Domů | Další |
php_stream_fopen_from_file | Nahoru | php_stream_fopen_temporary_file |