constant STREAM_WRAPPERS_WRITE_VISIBLE

Stream wrapper type flag -- visible, readable and writeable.

5 uses of STREAM_WRAPPERS_WRITE_VISIBLE

File

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

Code

define('STREAM_WRAPPERS_WRITE_VISIBLE', STREAM_WRAPPERS_READ | STREAM_WRAPPERS_WRITE | STREAM_WRAPPERS_VISIBLE);