php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | PHAR_STREAM 1 |
Functions | |
php_url * | phar_parse_url (php_stream_wrapper *wrapper, const char *filename, const char *mode, int options) |
void | phar_dostat (phar_archive_data *phar, phar_entry_info *data, php_stream_statbuf *ssb, bool is_temp_dir) |
Variables | |
const php_stream_wrapper | php_stream_phar_wrapper |
void phar_dostat | ( | phar_archive_data * | phar, |
phar_entry_info * | data, | ||
php_stream_statbuf * | ssb, | ||
bool | is_temp_dir ) |
php_url * phar_parse_url | ( | php_stream_wrapper * | wrapper, |
const char * | filename, | ||
const char * | mode, | ||
int | options ) |
const php_stream_wrapper php_stream_phar_wrapper |