php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_php_stream_notifier Struct Reference

#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
 

Detailed Description

Definition at line 41 of file php_stream_context.h.

Field Documentation

◆ dtor

void(* _php_stream_notifier::dtor) (php_stream_notifier *notifier)

Definition at line 43 of file php_stream_context.h.

◆ func

php_stream_notification_func _php_stream_notifier::func

Definition at line 42 of file php_stream_context.h.

◆ mask

int _php_stream_notifier::mask

Definition at line 45 of file php_stream_context.h.

◆ progress

size_t _php_stream_notifier::progress

Definition at line 46 of file php_stream_context.h.

◆ progress_max

size_t _php_stream_notifier::progress_max

Definition at line 46 of file php_stream_context.h.

◆ ptr

zval _php_stream_notifier::ptr

Definition at line 44 of file php_stream_context.h.


The documentation for this struct was generated from the following file: