public function StreamWrapperInterface::mkdir in Drupal 7
1 method overrides StreamWrapperInterface::mkdir()
- DrupalLocalStreamWrapper::mkdir in includes/
stream_wrappers.inc - Support for mkdir().
File
- includes/
stream_wrappers.inc, line 111 - Drupal stream wrapper interface.
Class
- StreamWrapperInterface
- Generic PHP stream wrapper interface.
Code
public function mkdir($uri, $mode, $options);