constant STREAM_WRAPPERS_LOCAL_NORMAL
Stream wrapper type flag -- visible, readable and writeable using local files.
Archivo
- drupal-7.x/
includes/ stream_wrappers.inc, line 91 - Drupal stream wrapper interface.
Código
define('STREAM_WRAPPERS_LOCAL_NORMAL', STREAM_WRAPPERS_LOCAL | STREAM_WRAPPERS_NORMAL)