constant 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 drupal/includes/file.inc
Provides Drupal stream wrapper registry.
image_gd_save in drupal/modules/system/image.gd.inc
GD helper to write an image resource to a destination file.
stream_wrappers.inc in drupal/includes/stream_wrappers.inc
Drupal stream wrapper interface.

File

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

Code

define('STREAM_WRAPPERS_LOCAL', 0x1);