STREAM_WRAPPERS_LOCAL
Stream wrapper bit flag -- refers to a local file system location.
3 uses of STREAM_WRAPPERS_LOCAL
- file_get_stream_wrappers in includes/
file.inc - Provides Drupal stream wrapper registry.
- image_gd_save in modules/
system/ image.gd.inc - GD helper to write an image resource to a destination file.
- stream_wrappers.inc in includes/
stream_wrappers.inc - Drupal stream wrapper interface.
File
-
includes/
stream_wrappers.inc, line 37
Code
define('STREAM_WRAPPERS_LOCAL', 0x1);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.