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

File

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

Code

define('STREAM_WRAPPERS_LOCAL', 0x0001)