public function StreamWrapperInterface::mkdir

1 method overrides StreamWrapperInterface::mkdir()
DrupalLocalStreamWrapper::mkdir in drupal-7.x/includes/stream_wrappers.inc
Support for mkdir().

Archivo

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

Class

StreamWrapperInterface
Generic PHP stream wrapper interface.

Código

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