php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_stream_userspace.h File Reference

Go to the source code of this file.

Macros

#define PHP_STREAM_IS_USERSPACE   &php_stream_userspace_ops
 
#define PHP_STREAM_IS_USERSPACE_DIR   &php_stream_userspace_dir_ops
 

Variables

PHPAPI const php_stream_ops php_stream_userspace_ops
 
PHPAPI const php_stream_ops php_stream_userspace_dir_ops
 

Macro Definition Documentation

◆ PHP_STREAM_IS_USERSPACE

#define PHP_STREAM_IS_USERSPACE   &php_stream_userspace_ops

Definition at line 20 of file php_stream_userspace.h.

◆ PHP_STREAM_IS_USERSPACE_DIR

#define PHP_STREAM_IS_USERSPACE_DIR   &php_stream_userspace_dir_ops

Definition at line 21 of file php_stream_userspace.h.

Variable Documentation

◆ php_stream_userspace_dir_ops

PHPAPI const php_stream_ops php_stream_userspace_dir_ops
extern

Definition at line 1455 of file userspace.c.

◆ php_stream_userspace_ops

PHPAPI const php_stream_ops php_stream_userspace_ops
extern

Definition at line 1445 of file userspace.c.