|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
| struct | fileIOCtx |
Macros | |
| #define | SEEK_SET 0 |
Typedefs | |
| typedef struct fileIOCtx | fileIOCtx |
Functions | |
| gdIOCtx * | newFileCtx (FILE *f) |
| gdIOCtx * | gdNewFileCtx (FILE *f) |
| #define SEEK_SET 0 |
Definition at line 20 of file gd_io_file.c.
| typedef struct fileIOCtx fileIOCtx |
| gdIOCtx * gdNewFileCtx | ( | FILE * | f | ) |
Definition at line 49 of file gd_io_file.c.
| gdIOCtx * newFileCtx | ( | FILE * | f | ) |