constant STREAM_WRAPPERS_LOCAL

Stream wrapper bit flag -- refers to a local file system location.

2 uses of STREAM_WRAPPERS_LOCAL
file_get_stream_wrappers in drupal/core/includes/file.inc
Provides Drupal stream wrapper registry.
image_gd_save in drupal/core/modules/system/image.gd.inc
Image toolkit callback: Writes an image resource to a destination file.

File

drupal/core/includes/file.inc, line 29
API for handling file uploads and server file management.

Code

const STREAM_WRAPPERS_LOCAL = 0x1;