php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <stdio.h>
#include <stdlib.h>
#include "php.h"
#include "php_globals.h"
#include "php_standard.h"
#include "php_memory_streams.h"
#include "php_fopen_wrappers.h"
#include "SAPI.h"
Go to the source code of this file.
Data Structures | |
struct | php_stream_input |
Typedefs | |
typedef struct php_stream_input | php_stream_input_t |
Variables | |
PHPAPI const php_stream_wrapper | php_stream_php_wrapper |
typedef struct php_stream_input php_stream_input_t |
PHPAPI const php_stream_wrapper php_stream_php_wrapper |
Definition at line 442 of file php_fopen_wrapper.c.