STREAM_WRAPPERS_LOCAL_HIDDEN
Stream wrapper type flag -- hidden, readable and writeable using local files.
2 uses of STREAM_WRAPPERS_LOCAL_HIDDEN
- hook_stream_wrappers in modules/
system/ system.api.php - Registers PHP stream wrapper implementations associated with a module.
- system_stream_wrappers in modules/
system/ system.module - Implements hook_stream_wrappers().
File
-
includes/
stream_wrappers.inc, line 67
Code
define('STREAM_WRAPPERS_LOCAL_HIDDEN', STREAM_WRAPPERS_LOCAL | STREAM_WRAPPERS_HIDDEN);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.