Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
php_stream_fopen_tmpfile

php_stream_fopen_tmpfile

php_stream_fopen_tmpfile -- Open a FILE* with tmpfile() and convert into a stream

Description

php_stream * php_stream_fopen_tmpfile ( void )

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.