php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
stream.h File Reference
#include "ext/standard/url.h"

Go to the source code of this file.

Functions

php_urlphar_parse_url (php_stream_wrapper *wrapper, const char *filename, const char *mode, int options)
 
void phar_entry_remove (phar_entry_data *idata, char **error)
 

Function Documentation

◆ phar_entry_remove()

void phar_entry_remove ( phar_entry_data * idata,
char ** error )

Removes an entry, either by actually removing it or by marking it.

Definition at line 417 of file phar.c.

◆ phar_parse_url()

php_url * phar_parse_url ( php_stream_wrapper * wrapper,
const char * filename,
const char * mode,
int options )

Open a phar file for streams API

Definition at line 60 of file stream.c.