constant STREAM_WRAPPERS_LOCAL_NORMAL

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

2 uses of STREAM_WRAPPERS_LOCAL_NORMAL

File

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

Code

define('STREAM_WRAPPERS_LOCAL_NORMAL', STREAM_WRAPPERS_LOCAL | STREAM_WRAPPERS_NORMAL);