Ejemplo n.º 1
0
 /**
  * @return bool TRUE if the directory and all the needed parent ones have been
  * successfully created, FALSE otherwise
  */
 public function mkdirs($mode = 0777)
 {
     $this->checkConnectPermission();
     return parent::mkdirs($mode);
 }