Changeset 37270
- Timestamp:
- 04/21/2016 02:37:36 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r36670 r37270 194 194 * @param string $command 195 195 * @param bool $returnbool 196 * @return bool|string 196 * @return bool|string True on success, false on failure. String if the command was executed, `$returnbool` 197 * is false (default), and data from the resulting stream was retrieved. 197 198 */ 198 199 public function run_command( $command, $returnbool = false ) { … … 331 332 * @access public 332 333 * 333 * @param string $file Path to the file.334 * @param string|int $owner A user name or number.335 * @param bool $recursive Optional. If set True changes file owner recursivly. Default s toFalse.336 * @return bool |string Returns true on success or false on failure.334 * @param string $file Path to the file. 335 * @param string|int $owner A user name or number. 336 * @param bool $recursive Optional. If set True changes file owner recursivly. Default False. 337 * @return bool True on success or false on failure. 337 338 */ 338 339 public function chown( $file, $owner, $recursive = false ) {
Note: See TracChangeset
for help on using the changeset viewer.