Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
file.inc
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
constant STREAM_WRAPPERS_WRITE
Stream wrapper bit flag -- wrapper is writeable.
1 use of STREAM_WRAPPERS_WRITE
file.inc
in drupal/
core/
includes/
file.inc
API for handling file uploads and server file management.
File
drupal/
core/
includes/
file.inc
, line 39
API for handling file uploads and server file management.
Code
const
STREAM_WRAPPERS_WRITE
=
0x8
;