|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_stream_context.h>
Data Fields | |
| php_stream_notification_func | func |
| void(* | dtor )(php_stream_notifier *notifier) |
| zval | ptr |
| int | mask |
| size_t | progress |
| size_t | progress_max |
Definition at line 41 of file php_stream_context.h.
| void(* _php_stream_notifier::dtor) (php_stream_notifier *notifier) |
Definition at line 43 of file php_stream_context.h.
| php_stream_notification_func _php_stream_notifier::func |
Definition at line 42 of file php_stream_context.h.
| int _php_stream_notifier::mask |
Definition at line 45 of file php_stream_context.h.
| size_t _php_stream_notifier::progress |
Definition at line 46 of file php_stream_context.h.
| size_t _php_stream_notifier::progress_max |
Definition at line 46 of file php_stream_context.h.
| zval _php_stream_notifier::ptr |
Definition at line 44 of file php_stream_context.h.