constant STREAM_WRAPPERS_READ

Stream wrapper bit flag -- wrapper is readable (almost always true).

1 use of STREAM_WRAPPERS_READ
stream_wrappers.inc in drupal/includes/stream_wrappers.inc
Drupal stream wrapper interface.

File

drupal/includes/stream_wrappers.inc, line 42
Drupal stream wrapper interface.

Code

define('STREAM_WRAPPERS_READ', 0x4);