php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
file.stub.php
Go to the documentation of this file.
1<?php
2
4
5/* file.c */
6
11const SEEK_SET = UNKNOWN;
16const SEEK_CUR = UNKNOWN;
21const SEEK_END = UNKNOWN;
26const LOCK_SH = UNKNOWN;
31const LOCK_EX = UNKNOWN;
36const LOCK_UN = UNKNOWN;
41const LOCK_NB = UNKNOWN;
42
47const STREAM_NOTIFY_CONNECT = UNKNOWN;
77const STREAM_NOTIFY_PROGRESS = UNKNOWN;
82const STREAM_NOTIFY_FAILURE = UNKNOWN;
92const STREAM_NOTIFY_RESOLVE = UNKNOWN;
93
109
114const STREAM_FILTER_READ = UNKNOWN;
119const STREAM_FILTER_WRITE = UNKNOWN;
124const STREAM_FILTER_ALL = UNKNOWN;
125
140const STREAM_CLIENT_CONNECT = UNKNOWN;
141
232
258
263const STREAM_SHUT_RD = UNKNOWN;
268const STREAM_SHUT_WR = UNKNOWN;
273const STREAM_SHUT_RDWR = UNKNOWN;
274
275#ifdef PF_INET
280const STREAM_PF_INET = UNKNOWN;
281#endif
282#if (!defined(PF_INET) && defined(AF_INET))
287const STREAM_PF_INET = UNKNOWN;
288#endif
289
290
291#ifdef HAVE_IPV6
292#ifdef PF_INET6
297const STREAM_PF_INET6 = UNKNOWN;
298#endif
299#if (!defined(PF_INET6) && defined(AF_INET6))
304const STREAM_PF_INET6 = UNKNOWN;
305#endif
306#endif
307
308#ifdef PF_UNIX
313const STREAM_PF_UNIX = UNKNOWN;
314#endif
315#if (!defined(PF_UNIX) && defined(AF_UNIX))
320const STREAM_PF_UNIX = UNKNOWN;
321#endif
322
323#ifdef IPPROTO_IP
329const STREAM_IPPROTO_IP = UNKNOWN;
330#endif
331
332#if (defined(IPPROTO_TCP) || defined(PHP_WIN32))
337const STREAM_IPPROTO_TCP = UNKNOWN;
338#endif
339
340#if (defined(IPPROTO_UDP) || defined(PHP_WIN32))
345const STREAM_IPPROTO_UDP = UNKNOWN;
346#endif
347
348#if (defined(IPPROTO_ICMP) || defined(PHP_WIN32))
353const STREAM_IPPROTO_ICMP = UNKNOWN;
354#endif
355
356#if (defined(IPPROTO_RAW) || defined(PHP_WIN32))
361const STREAM_IPPROTO_RAW = UNKNOWN;
362#endif
363
368const STREAM_SOCK_STREAM = UNKNOWN;
373const STREAM_SOCK_DGRAM = UNKNOWN;
374
375#ifdef SOCK_RAW
380const STREAM_SOCK_RAW = UNKNOWN;
381#endif
382
383#ifdef SOCK_SEQPACKET
388const STREAM_SOCK_SEQPACKET = UNKNOWN;
389#endif
390
391#ifdef SOCK_RDM
396const STREAM_SOCK_RDM = UNKNOWN;
397#endif
398
403const STREAM_PEEK = UNKNOWN;
408const STREAM_OOB = UNKNOWN;
409
414const STREAM_SERVER_BIND = UNKNOWN;
419const STREAM_SERVER_LISTEN = UNKNOWN;
420
425const FILE_USE_INCLUDE_PATH = UNKNOWN;
430const FILE_IGNORE_NEW_LINES = UNKNOWN;
435const FILE_SKIP_EMPTY_LINES = UNKNOWN;
440const FILE_APPEND = UNKNOWN;
446
451const FILE_TEXT = 0;
456const FILE_BINARY = 0;
457
458#ifdef HAVE_FNMATCH
463const FNM_NOESCAPE = UNKNOWN;
468const FNM_PATHNAME = UNKNOWN;
473const FNM_PERIOD = UNKNOWN;
474#ifdef FNM_CASEFOLD
480const FNM_CASEFOLD = UNKNOWN; // TODO emulate if not available
481#endif
482#endif
const SEEK_CUR
Definition file.stub.php:16
const STREAM_SERVER_LISTEN
const STREAM_CRYPTO_PROTO_TLSv1_0
const STREAM_NOTIFY_PROGRESS
Definition file.stub.php:77
const STREAM_NOTIFY_SEVERITY_WARN
const STREAM_IPPROTO_UDP
const STREAM_PF_INET
const STREAM_IPPROTO_RAW
const STREAM_SERVER_BIND
const STREAM_PF_UNIX
const STREAM_NOTIFY_FILE_SIZE_IS
Definition file.stub.php:67
const STREAM_PF_INET6
const STREAM_NOTIFY_COMPLETED
Definition file.stub.php:87
const STREAM_CLIENT_PERSISTENT
const STREAM_CRYPTO_PROTO_SSLv3
const STREAM_FILTER_WRITE
const STREAM_SOCK_DGRAM
const STREAM_SOCK_STREAM
const FILE_TEXT
const STREAM_NOTIFY_REDIRECTED
Definition file.stub.php:72
const STREAM_CRYPTO_PROTO_TLSv1_3
const STREAM_SOCK_RAW
const FILE_BINARY
const FILE_NO_DEFAULT_CONTEXT
const STREAM_NOTIFY_MIME_TYPE_IS
Definition file.stub.php:62
const STREAM_CRYPTO_PROTO_TLSv1_1
const FILE_SKIP_EMPTY_LINES
const STREAM_NOTIFY_FAILURE
Definition file.stub.php:82
const STREAM_FILTER_ALL
const STREAM_IPPROTO_ICMP
const STREAM_IPPROTO_TCP
const STREAM_NOTIFY_AUTH_RESULT
Definition file.stub.php:57
const STREAM_CLIENT_ASYNC_CONNECT
const STREAM_CLIENT_CONNECT
const SEEK_END
Definition file.stub.php:21
const FILE_APPEND
const STREAM_NOTIFY_RESOLVE
Definition file.stub.php:92
const STREAM_SOCK_RDM
const STREAM_IPPROTO_IP
const FILE_USE_INCLUDE_PATH
const STREAM_CRYPTO_PROTO_TLSv1_2
const STREAM_NOTIFY_SEVERITY_INFO
Definition file.stub.php:98
const STREAM_NOTIFY_AUTH_REQUIRED
Definition file.stub.php:52
const FILE_IGNORE_NEW_LINES
const STREAM_NOTIFY_CONNECT
Definition file.stub.php:47
const STREAM_FILTER_READ
const STREAM_SOCK_SEQPACKET
const STREAM_NOTIFY_SEVERITY_ERR
#define LOCK_NB
#define FNM_NOESCAPE
Definition fnmatch.h:44
#define FNM_PERIOD
Definition fnmatch.h:46
#define FNM_CASEFOLD
Definition fnmatch.h:48
#define FNM_PATHNAME
Definition fnmatch.h:45
#define SEEK_SET
Definition gd_io_file.c:20
@ STREAM_CRYPTO_METHOD_SSLv23_SERVER
@ STREAM_CRYPTO_METHOD_SSLv3_CLIENT
@ STREAM_CRYPTO_METHOD_TLSv1_2_SERVER
@ STREAM_CRYPTO_METHOD_SSLv2_SERVER
@ STREAM_CRYPTO_METHOD_SSLv3_SERVER
@ STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT
@ STREAM_CRYPTO_METHOD_ANY_SERVER
@ STREAM_CRYPTO_METHOD_TLS_SERVER
@ STREAM_CRYPTO_METHOD_TLSv1_3_CLIENT
@ STREAM_CRYPTO_METHOD_TLSv1_3_SERVER
@ STREAM_CRYPTO_METHOD_ANY_CLIENT
@ STREAM_CRYPTO_METHOD_TLS_CLIENT
@ STREAM_CRYPTO_METHOD_TLSv1_1_SERVER
@ STREAM_CRYPTO_METHOD_TLSv1_0_SERVER
@ STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT
@ STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT
@ STREAM_CRYPTO_METHOD_SSLv23_CLIENT
@ STREAM_CRYPTO_METHOD_SSLv2_CLIENT
@ STREAM_PEEK
@ STREAM_SHUT_RD
@ STREAM_SHUT_WR
@ STREAM_SHUT_RDWR
#define LOCK_UN
#define LOCK_EX
#define LOCK_SH