Exemplo n.º 1
0
Arquivo: FS.php Projeto: techart/tao
 public function chgrp($group = null)
 {
     $this->stat = null;
     return IO_FS::chgrp($this->path, $group);
 }