#include "php.h"
#include "ext/standard/flock_compat.h"
#include "ext/standard/php_filestat.h"
#include "php_open_temporary_file.h"
#include "ext/standard/basic_functions.h"
#include "php_ini.h"
#include "zend_smart_str.h"
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <wchar.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include "php_string.h"
#include "file.h"
#include "fsock.h"
#include "fopen_wrappers.h"
#include "streamsfuncs.h"
#include "scanf.h"
#include "zend_API.h"
#include "file_arginfo.h"
Go to the source code of this file.
|
PHPAPI int | php_le_stream_context (void) |
|
| PHP_MINIT_FUNCTION (file) |
|
PHPAPI void | php_flock_common (php_stream *stream, zend_long operation, uint32_t operation_arg_num, zval *wouldblock, zval *return_value) |
|
| PHP_FUNCTION (flock) |
|
| PHP_FUNCTION (get_meta_tags) |
|
| PHP_FUNCTION (file_get_contents) |
|
| PHP_FUNCTION (file_put_contents) |
|
| PHP_FUNCTION (file) |
|
| PHP_FUNCTION (tempnam) |
|
| PHP_FUNCTION (tmpfile) |
|
| PHP_FUNCTION (fopen) |
|
PHPAPI | PHP_FUNCTION (fclose) |
|
| PHP_FUNCTION (popen) |
|
| PHP_FUNCTION (pclose) |
|
PHPAPI | PHP_FUNCTION (feof) |
|
PHPAPI | PHP_FUNCTION (fgets) |
|
PHPAPI | PHP_FUNCTION (fgetc) |
|
| PHP_FUNCTION (fscanf) |
|
PHPAPI | PHP_FUNCTION (fwrite) |
|
PHPAPI | PHP_FUNCTION (fflush) |
|
PHPAPI | PHP_FUNCTION (rewind) |
|
PHPAPI | PHP_FUNCTION (ftell) |
|
PHPAPI | PHP_FUNCTION (fseek) |
|
| PHP_FUNCTION (mkdir) |
|
| PHP_FUNCTION (rmdir) |
|
| PHP_FUNCTION (readfile) |
|
| PHP_FUNCTION (umask) |
|
PHPAPI | PHP_FUNCTION (fpassthru) |
|
| PHP_FUNCTION (rename) |
|
| PHP_FUNCTION (unlink) |
|
| PHP_FUNCTION (fsync) |
|
| PHP_FUNCTION (fdatasync) |
|
| PHP_FUNCTION (ftruncate) |
|
PHPAPI void | php_fstat (php_stream *stream, zval *return_value) |
|
| PHP_FUNCTION (fstat) |
|
| PHP_FUNCTION (copy) |
|
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 | PHP_FUNCTION (fread) |
|
PHPAPI int | php_csv_handle_escape_argument (const zend_string *escape_str, uint32_t arg_num) |
|
| PHP_FUNCTION (fputcsv) |
|
PHPAPI ssize_t | php_fputcsv (php_stream *stream, zval *fields, char delimiter, char enclosure, int escape_char, zend_string *eol_str) |
|
| PHP_FUNCTION (fgetcsv) |
|
PHPAPI HashTable * | php_bc_fgetcsv_empty_line (void) |
|
PHPAPI HashTable * | php_fgetcsv (php_stream *stream, char delimiter, char enclosure, int escape_char, size_t buf_len, char *buf) |
|
| PHP_FUNCTION (realpath) |
|
php_meta_tags_token | php_next_meta_token (php_meta_tags_data *md) |
|
| PHP_FUNCTION (sys_get_temp_dir) |
|
◆ FPUTCSV_FLD_CHK
◆ PHP_FILE_BUF_SIZE
◆ PHP_META_HTML401_CHARS
#define PHP_META_HTML401_CHARS "-_.:" |
◆ PHP_META_UNSAFE
#define PHP_META_UNSAFE ".\\+*?[^]$() " |
◆ PHP_STREAM_FROM_ZVAL
Value:
Definition at line 105 of file file.c.
◆ 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/37]
◆ PHP_FUNCTION() [2/37]
◆ PHP_FUNCTION() [3/37]
◆ PHP_FUNCTION() [4/37]
◆ PHP_FUNCTION() [5/37]
◆ PHP_FUNCTION() [6/37]
◆ PHP_FUNCTION() [7/37]
◆ PHP_FUNCTION() [8/37]
◆ PHP_FUNCTION() [9/37]
◆ PHP_FUNCTION() [10/37]
◆ PHP_FUNCTION() [11/37]
◆ PHP_FUNCTION() [12/37]
◆ PHP_FUNCTION() [13/37]
◆ PHP_FUNCTION() [14/37]
◆ PHP_FUNCTION() [15/37]
◆ PHP_FUNCTION() [16/37]
◆ PHP_FUNCTION() [17/37]
◆ PHP_FUNCTION() [18/37]
◆ PHP_FUNCTION() [19/37]
◆ PHP_FUNCTION() [20/37]
◆ PHP_FUNCTION() [21/37]
◆ PHP_FUNCTION() [22/37]
◆ PHP_FUNCTION() [23/37]
◆ PHP_FUNCTION() [24/37]
◆ PHP_FUNCTION() [25/37]
◆ PHP_FUNCTION() [26/37]
◆ PHP_FUNCTION() [27/37]
◆ PHP_FUNCTION() [28/37]
◆ PHP_FUNCTION() [29/37]
◆ PHP_FUNCTION() [30/37]
◆ PHP_FUNCTION() [31/37]
◆ PHP_FUNCTION() [32/37]
◆ PHP_FUNCTION() [33/37]
◆ PHP_FUNCTION() [34/37]
◆ PHP_FUNCTION() [35/37]
◆ PHP_FUNCTION() [36/37]
◆ PHP_FUNCTION() [37/37]
◆ php_le_stream_context()
◆ PHP_MINIT_FUNCTION()
PHP_MINIT_FUNCTION |
( |
file | | ) |
|
◆ php_next_meta_token()
◆ file_globals
◆ SUCCESS
Initial value:{
php_file_globals file_globals
Definition at line 184 of file file.c.