constant STREAM_WRAPPERS_LOCAL_HIDDEN

Stream wrapper type flag -- hidden, readable and writeable using local files.

2 uses of STREAM_WRAPPERS_LOCAL_HIDDEN

File

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

Code

define('STREAM_WRAPPERS_LOCAL_HIDDEN', STREAM_WRAPPERS_LOCAL | STREAM_WRAPPERS_HIDDEN);