DomCI : Update all the PHPDoc

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3279 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-12-09 14:47:48 +00:00
parent b102168208
commit b55ea95fae
21 changed files with 953 additions and 424 deletions

View File

@@ -25,6 +25,7 @@ class file
public $debug = 0;
/** Change the current working directory
* @param string $directory Go in the provided directory
* @return bool true if the directory is changed
* @throws If directory not exists, or the directory is not executable
*/
@@ -66,6 +67,7 @@ class file
/** Change the rights mode for a file/dir...
* @param string $filename The file/directory to change
* @param integer $mode The mode to use for the filename
* @throws If filename not exists, or the directory is not RW
*/
public function chmod ($filename, $mode)
@@ -600,6 +602,8 @@ class file
* @param string $filename the filename
* @param integer|null $time the timestamp to use (actual timestamp if not
* defined)
* @param integer|null $atime the access timestamp to use (actual timestamp
* if not defined)
* @return bool true or false on failure
* @throws If parent directory not exists, is not writeable
*/