Issue #1382222 by Albert Volkman: Small docs cleanup regarding PHP chmod
parent
0fef1e1c13
commit
6821b3c37d
|
@ -18,7 +18,7 @@ interface ChmodInterface {
|
||||||
* @param string $path
|
* @param string $path
|
||||||
* Path to change permissions of.
|
* Path to change permissions of.
|
||||||
* @param int $mode
|
* @param int $mode
|
||||||
* See the $mode argument from http://php.net/chmod.
|
* The new file permission mode to be passed to chmod().
|
||||||
* @param bool $recursive
|
* @param bool $recursive
|
||||||
* Pass TRUE to recursively chmod the entire directory specified in $path.
|
* Pass TRUE to recursively chmod the entire directory specified in $path.
|
||||||
*
|
*
|
||||||
|
|
|
@ -136,7 +136,7 @@ abstract class FileTransfer {
|
||||||
* @param string $path
|
* @param string $path
|
||||||
* The file / directory to change the permissions of.
|
* The file / directory to change the permissions of.
|
||||||
* @param int $mode
|
* @param int $mode
|
||||||
* See the $mode argument from http://php.net/chmod.
|
* The new file permission mode to be passed to chmod().
|
||||||
* @param bool $recursive
|
* @param bool $recursive
|
||||||
* Pass TRUE to recursively chmod the entire directory specified in $path.
|
* Pass TRUE to recursively chmod the entire directory specified in $path.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue