constant STREAM_WRAPPERS_READ

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

1 use of STREAM_WRAPPERS_READ
file.inc in drupal/core/includes/file.inc
API for handling file uploads and server file management.

File

drupal/core/includes/file.inc, line 34
API for handling file uploads and server file management.

Code

const STREAM_WRAPPERS_READ = 0x4;