Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
php_stream_fopen_from_file
Description
php_stream * php_stream_fopen_from_file ( FILE * file, char * mode )
php_stream_fopen_from_file() returns a stream based on the
file
. mode
must be the same
as the mode used to open file
, otherwise strange errors
may occur when trying to write when the mode of the stream is different from the mode
on the file.
PÅ™edcházejÃcà | Domů | Dalšà |
Streams File API Reference | Nahoru |