Go to the source code of this file.
|
| PHP_MINIT_FUNCTION (file) |
|
| PHP_MSHUTDOWN_FUNCTION (file) |
|
PHPAPI | PHP_FUNCTION (fclose) |
|
PHPAPI | PHP_FUNCTION (feof) |
|
PHPAPI | PHP_FUNCTION (fread) |
|
PHPAPI | PHP_FUNCTION (fgetc) |
|
PHPAPI | PHP_FUNCTION (fgets) |
|
PHPAPI | PHP_FUNCTION (fwrite) |
|
PHPAPI | PHP_FUNCTION (fflush) |
|
PHPAPI | PHP_FUNCTION (rewind) |
|
PHPAPI | PHP_FUNCTION (ftell) |
|
PHPAPI | PHP_FUNCTION (fseek) |
|
PHPAPI | PHP_FUNCTION (fpassthru) |
|
| PHP_MINIT_FUNCTION (user_streams) |
|
PHPAPI int | php_le_stream_context (void) |
|
PHPAPI zend_result | php_copy_file (const char *src, const char *dest) |
|
PHPAPI zend_result | php_copy_file_ex (const char *src, const char *dest, int src_flags) |
|
PHPAPI zend_result | php_copy_file_ctx (const char *src, const char *dest, int src_flags, php_stream_context *ctx) |
|
PHPAPI void | php_fstat (php_stream *stream, zval *return_value) |
|
PHPAPI void | php_flock_common (php_stream *stream, zend_long operation, uint32_t operation_arg_num, zval *wouldblock, zval *return_value) |
|
PHPAPI HashTable * | php_bc_fgetcsv_empty_line (void) |
|
PHPAPI int | php_csv_handle_escape_argument (const zend_string *escape_str, uint32_t arg_num) |
|
PHPAPI HashTable * | php_fgetcsv (php_stream *stream, char delimiter, char enclosure, int escape_char, size_t buf_len, char *buf) |
|
PHPAPI ssize_t | php_fputcsv (php_stream *stream, zval *fields, char delimiter, char enclosure, int escape_char, zend_string *eol_str) |
|
php_meta_tags_token | php_next_meta_token (php_meta_tags_data *) |
|
◆ FG
Value:
php_file_globals file_globals
Definition at line 117 of file file.h.
◆ META_DEF_BUFSIZE
◆ PHP_CSV_ESCAPE_ERROR
#define PHP_CSV_ESCAPE_ERROR -500 |
◆ PHP_CSV_NO_ESCAPE
◆ PHP_FILE_APPEND
#define PHP_FILE_APPEND (1 << 3) |
◆ PHP_FILE_IGNORE_NEW_LINES
#define PHP_FILE_IGNORE_NEW_LINES (1 << 1) |
◆ PHP_FILE_NO_DEFAULT_CONTEXT
#define PHP_FILE_NO_DEFAULT_CONTEXT (1 << 4) |
◆ PHP_FILE_SKIP_EMPTY_LINES
#define PHP_FILE_SKIP_EMPTY_LINES (1 << 2) |
◆ PHP_FILE_USE_INCLUDE_PATH
#define PHP_FILE_USE_INCLUDE_PATH (1 << 0) |
◆ PHP_TIMEOUT_ULL_MAX
#define PHP_TIMEOUT_ULL_MAX ULLONG_MAX |
◆ php_meta_tags_data
◆ php_meta_tags_token
◆ _php_meta_tags_token
Enumerator |
---|
TOK_EOF | |
TOK_OPENTAG | |
TOK_CLOSETAG | |
TOK_SLASH | |
TOK_EQUAL | |
TOK_SPACE | |
TOK_ID | |
TOK_STRING | |
TOK_OTHER | |
Definition at line 69 of file file.h.
◆ php_bc_fgetcsv_empty_line()
◆ php_copy_file()
◆ php_copy_file_ctx()
◆ php_copy_file_ex()
PHPAPI zend_result php_copy_file_ex |
( |
const char * | src, |
|
|
const char * | dest, |
|
|
int | src_flags ) |
◆ php_csv_handle_escape_argument()
PHPAPI int php_csv_handle_escape_argument |
( |
const zend_string * | escape_str, |
|
|
uint32_t | arg_num ) |
◆ php_fgetcsv()
PHPAPI HashTable * php_fgetcsv |
( |
php_stream * | stream, |
|
|
char | delimiter, |
|
|
char | enclosure, |
|
|
int | escape_char, |
|
|
size_t | buf_len, |
|
|
char * | buf ) |
◆ php_flock_common()
◆ php_fputcsv()
◆ php_fstat()
◆ PHP_FUNCTION() [1/11]
◆ PHP_FUNCTION() [2/11]
◆ PHP_FUNCTION() [3/11]
◆ PHP_FUNCTION() [4/11]
◆ PHP_FUNCTION() [5/11]
◆ PHP_FUNCTION() [6/11]
◆ PHP_FUNCTION() [7/11]
◆ PHP_FUNCTION() [8/11]
◆ PHP_FUNCTION() [9/11]
◆ PHP_FUNCTION() [10/11]
◆ PHP_FUNCTION() [11/11]
◆ php_le_stream_context()
◆ PHP_MINIT_FUNCTION() [1/2]
PHP_MINIT_FUNCTION |
( |
file | | ) |
|
◆ PHP_MINIT_FUNCTION() [2/2]
PHP_MINIT_FUNCTION |
( |
user_streams | | ) |
|
◆ PHP_MSHUTDOWN_FUNCTION()
PHP_MSHUTDOWN_FUNCTION |
( |
file | | ) |
|
◆ php_next_meta_token()
◆ file_globals