Beispiel #1
0
 public function chgrp($group = null)
 {
     $this->stat = null;
     return IO_FS::chgrp($this->path, $group);
 }