Пример #1
0
 function __construct($path, $contents = '')
 {
     parent::__construct($path);
     $this->contents = $contents;
 }
 function __construct($path, $contents = '', $chmod = NULL, $chown = NULL, $chgrp = NULL)
 {
     parent::__construct($path, $chmod, $chown, $chgrp);
     $this->contents = $contents;
 }