php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
int | phar_wrapper_mkdir (php_stream_wrapper *wrapper, const char *url_from, int mode, int options, php_stream_context *context) |
int | phar_wrapper_rmdir (php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) |
php_stream * | phar_wrapper_open_dir (php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) |
int phar_wrapper_mkdir | ( | php_stream_wrapper * | wrapper, |
const char * | url_from, | ||
int | mode, | ||
int | options, | ||
php_stream_context * | context ) |
Make a new directory within a phar archive
Definition at line 396 of file dirstream.c.
php_stream * phar_wrapper_open_dir | ( | php_stream_wrapper * | wrapper, |
const char * | path, | ||
const char * | mode, | ||
int | options, | ||
zend_string ** | opened_path, | ||
php_stream_context *context | STREAMS_DC ) |
Open a directory handle within a phar archive
Definition at line 289 of file dirstream.c.
int phar_wrapper_rmdir | ( | php_stream_wrapper * | wrapper, |
const char * | url, | ||
int | options, | ||
php_stream_context * | context ) |
Remove a directory within a phar archive
Definition at line 527 of file dirstream.c.