Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
php_stream_open_wrapper_as_file
Description
FILE * php_stream_open_wrapper_as_file ( char * path, char * mode, int options, char ** opened )php_stream_open_wrapper_as_file() is exactly like php_stream_open_wrapper(), but converts the stream into an ANSI stdio FILE* and returns that instead of the stream. This is a convenient shortcut for extensions that pass FILE* to third-party libraries.
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
php_stream_open_wrapper_ex | Nahoru |