constant STREAM_WRAPPERS_WRITE

Stream wrapper bit flag -- wrapper is writeable.

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

File

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

Code

const STREAM_WRAPPERS_WRITE = 0x8;