php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"
#include "fopen_wrappers.h"
#include "php_globals.h"
#include <stdlib.h>
#include <sys/stat.h>
#include <string.h>
#include <errno.h>
#include <ctype.h>
#include <time.h>
#include "basic_functions.h"
#include "php_filestat.h"
Go to the source code of this file.
Macros | |
#define | IS_LINK_OPERATION(__t) |
#define | IS_EXISTS_CHECK(__t) |
#define | IS_ABLE_CHECK(__t) |
#define | IS_ACCESS_CHECK(__t) |
#define | FileFunction(name, funcnum) |
Functions | |
BG (CurrentLStatFile) | |
PHP_FUNCTION (disk_total_space) | |
PHP_FUNCTION (disk_free_space) | |
PHPAPI zend_result | php_get_gid_by_name (const char *name, gid_t *gid) |
PHP_FUNCTION (chgrp) | |
PHPAPI zend_result | php_get_uid_by_name (const char *name, uid_t *uid) |
PHP_FUNCTION (chown) | |
PHP_FUNCTION (chmod) | |
PHPAPI void | php_clear_stat_cache (bool clear_realpath_cache, const char *filename, size_t filename_len) |
PHP_FUNCTION (clearstatcache) | |
PHPAPI void | php_stat (zend_string *filename, int type, zval *return_value) |
FileFunction (PHP_FN(fileperms), FS_PERMS) | |
PHP_FUNCTION (realpath_cache_get) | |
Variables | |
return | SUCCESS |
Definition at line 1016 of file filestat.c.
#define IS_ABLE_CHECK | ( | __t | ) |
Definition at line 739 of file filestat.c.
#define IS_ACCESS_CHECK | ( | __t | ) |
Definition at line 740 of file filestat.c.
#define IS_EXISTS_CHECK | ( | __t | ) |
Definition at line 738 of file filestat.c.
#define IS_LINK_OPERATION | ( | __t | ) |
Definition at line 737 of file filestat.c.
BG | ( | CurrentLStatFile | ) |
Definition at line 1029 of file filestat.c.
PHPAPI void php_clear_stat_cache | ( | bool | clear_realpath_cache, |
const char * | filename, | ||
size_t | filename_len ) |
Definition at line 697 of file filestat.c.
PHP_FUNCTION | ( | chgrp | ) |
Definition at line 400 of file filestat.c.
PHP_FUNCTION | ( | chmod | ) |
Definition at line 560 of file filestat.c.
PHP_FUNCTION | ( | chown | ) |
Definition at line 543 of file filestat.c.
PHP_FUNCTION | ( | clearstatcache | ) |
Definition at line 721 of file filestat.c.
PHP_FUNCTION | ( | disk_free_space | ) |
Definition at line 249 of file filestat.c.
PHP_FUNCTION | ( | disk_total_space | ) |
Definition at line 167 of file filestat.c.
PHP_FUNCTION | ( | realpath_cache_get | ) |
Definition at line 1109 of file filestat.c.
PHPAPI zend_result php_get_gid_by_name | ( | const char * | name, |
gid_t * | gid ) |
Definition at line 275 of file filestat.c.
PHPAPI zend_result php_get_uid_by_name | ( | const char * | name, |
uid_t * | uid ) |
Definition at line 416 of file filestat.c.
PHPAPI void php_stat | ( | zend_string * | filename, |
int | type, | ||
zval * | return_value ) |
Definition at line 743 of file filestat.c.
return SUCCESS |
Definition at line 89 of file filestat.c.