php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
struct | _php_stream_notifier |
struct | _php_stream_context |
Typedefs | |
typedef void(* | php_stream_notification_func) (php_stream_context *context, int notifycode, int severity, char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void *ptr) |
typedef struct _php_stream_notifier | php_stream_notifier |
Functions | |
PHPAPI void | php_stream_context_free (php_stream_context *context) |
PHPAPI php_stream_context * | php_stream_context_alloc (void) |
PHPAPI zval * | php_stream_context_get_option (php_stream_context *context, const char *wrappername, const char *optionname) |
PHPAPI void | php_stream_context_set_option (php_stream_context *context, const char *wrappername, const char *optionname, zval *optionvalue) |
PHPAPI php_stream_notifier * | php_stream_notification_alloc (void) |
PHPAPI void | php_stream_notification_free (php_stream_notifier *notifier) |
PHPAPI void | php_stream_notification_notify (php_stream_context *context, int notifycode, int severity, char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void *ptr) |
PHPAPI php_stream_context * | php_stream_context_set (php_stream *stream, php_stream_context *context) |
Definition at line 31 of file php_stream_context.h.
Definition at line 37 of file php_stream_context.h.
#define PHP_STREAM_NOTIFIER_PROGRESS 1 |
Definition at line 26 of file php_stream_context.h.
#define PHP_STREAM_NOTIFY_AUTH_REQUIRED 3 |
Definition at line 70 of file php_stream_context.h.
#define PHP_STREAM_NOTIFY_AUTH_RESULT 10 |
Definition at line 77 of file php_stream_context.h.
#define PHP_STREAM_NOTIFY_COMPLETED 8 |
Definition at line 75 of file php_stream_context.h.
Definition at line 97 of file php_stream_context.h.
#define PHP_STREAM_NOTIFY_CONNECT 2 |
Definition at line 69 of file php_stream_context.h.
Definition at line 116 of file php_stream_context.h.
#define PHP_STREAM_NOTIFY_FAILURE 9 |
Definition at line 76 of file php_stream_context.h.
Definition at line 112 of file php_stream_context.h.
#define PHP_STREAM_NOTIFY_FILE_SIZE_IS 5 |
Definition at line 72 of file php_stream_context.h.
Definition at line 89 of file php_stream_context.h.
#define PHP_STREAM_NOTIFY_MIME_TYPE_IS 4 |
Definition at line 71 of file php_stream_context.h.
#define PHP_STREAM_NOTIFY_PROGRESS 7 |
Definition at line 74 of file php_stream_context.h.
Definition at line 93 of file php_stream_context.h.
Definition at line 107 of file php_stream_context.h.
Definition at line 101 of file php_stream_context.h.
#define PHP_STREAM_NOTIFY_REDIRECTED 6 |
Definition at line 73 of file php_stream_context.h.
#define PHP_STREAM_NOTIFY_RESOLVE 1 |
Definition at line 68 of file php_stream_context.h.
#define PHP_STREAM_NOTIFY_SEVERITY_ERR 2 |
Definition at line 81 of file php_stream_context.h.
#define PHP_STREAM_NOTIFY_SEVERITY_INFO 0 |
Definition at line 79 of file php_stream_context.h.
#define PHP_STREAM_NOTIFY_SEVERITY_WARN 1 |
Definition at line 80 of file php_stream_context.h.
typedef void(* php_stream_notification_func) (php_stream_context *context, int notifycode, int severity, char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void *ptr) |
Definition at line 20 of file php_stream_context.h.
typedef struct _php_stream_notifier php_stream_notifier |
Definition at line 39 of file php_stream_context.h.
PHPAPI php_stream_context * php_stream_context_alloc | ( | void | ) |
PHPAPI void php_stream_context_free | ( | php_stream_context * | context | ) |
PHPAPI zval * php_stream_context_get_option | ( | php_stream_context * | context, |
const char * | wrappername, | ||
const char * | optionname ) |
PHPAPI php_stream_context * php_stream_context_set | ( | php_stream * | stream, |
php_stream_context * | context ) |
PHPAPI void php_stream_context_set_option | ( | php_stream_context * | context, |
const char * | wrappername, | ||
const char * | optionname, | ||
zval * | optionvalue ) |
PHPAPI php_stream_notifier * php_stream_notification_alloc | ( | void | ) |
PHPAPI void php_stream_notification_free | ( | php_stream_notifier * | notifier | ) |