public function StreamWrapperInterface::mkdir

7.x stream_wrappers.inc public StreamWrapperInterface::mkdir($uri, $mode, $options)
1 method overrides StreamWrapperInterface::mkdir()
DrupalLocalStreamWrapper::mkdir in drupal-7.x/includes/stream_wrappers.inc
Support for mkdir().

File

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

Class

StreamWrapperInterface
Generic PHP stream wrapper interface.

Code

public function mkdir($uri, $mode, $options);