|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"#include "ext/standard/flock_compat.h"#include "ext/standard/file.h"#include "ext/standard/basic_functions.h"#include "php_ini.h"#include "streamsfuncs.h"#include "php_network.h"#include "php_string.h"Go to the source code of this file.
Macros | |
| #define | php_select(m, r, w, e, t) |
| #define | GET_CTX_OPT(stream, wrapper, name, val) |
Typedefs | |
| typedef unsigned long long | php_timeout_ull |
Definition at line 40 of file streamsfuncs.c.
| #define php_select | ( | m, | |
| r, | |||
| w, | |||
| e, | |||
| t ) |
Definition at line 31 of file streamsfuncs.c.
| typedef unsigned long long php_timeout_ull |
Definition at line 32 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_context_create | ) |
Definition at line 1205 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_context_get_default | ) |
Definition at line 1156 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_context_get_options | ) |
Definition at line 995 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_context_get_params | ) |
Definition at line 1130 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_context_set_default | ) |
Definition at line 1182 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_context_set_option | ) |
Definition at line 1015 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_context_set_options | ) |
Definition at line 1079 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_context_set_params | ) |
Definition at line 1104 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_copy_to_stream | ) |
Definition at line 494 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_filter_append | ) |
Definition at line 1323 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_filter_prepend | ) |
Definition at line 1316 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_filter_remove | ) |
Definition at line 1330 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_get_contents | ) |
Definition at line 441 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_get_line | ) |
Definition at line 1356 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_get_meta_data | ) |
Definition at line 533 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_get_transports | ) |
Definition at line 589 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_get_wrappers | ) |
Definition at line 605 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_is_local | ) |
Definition at line 1628 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_isatty | ) |
Definition at line 1677 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_resolve_include_path | ) |
Definition at line 1609 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_select | ) |
Definition at line 763 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_set_blocking | ) |
Definition at line 1392 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_set_chunk_size | ) |
Definition at line 1492 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_set_read_buffer | ) |
Definition at line 1526 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_set_write_buffer | ) |
Definition at line 1463 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_socket_accept | ) |
Definition at line 259 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_socket_client | ) |
Definition at line 96 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_socket_enable_crypto | ) |
Definition at line 1555 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_socket_get_name | ) |
Definition at line 328 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_socket_recvfrom | ) |
Definition at line 391 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_socket_sendto | ) |
Definition at line 359 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_socket_server | ) |
Definition at line 199 of file streamsfuncs.c.
| PHP_FUNCTION | ( | stream_supports_lock | ) |
Definition at line 1658 of file streamsfuncs.c.