|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <gd_io.h>
Data Fields | |
| int(* | getC )(struct gdIOCtx *) |
| int(* | getBuf )(struct gdIOCtx *, void *, int) |
| void(* | putC )(struct gdIOCtx *, int) |
| int(* | putBuf )(struct gdIOCtx *, const void *, int) |
| int(* | seek )(struct gdIOCtx *, const int) |
| long(* | tell )(struct gdIOCtx *) |
| void(* | gd_free )(struct gdIOCtx *) |
| void * | data |