|
ssh2_sftp_chmodChanges file mode Description
bool ssh2_sftp_chmod
( resource
$sftp
, string $filename
, int $mode
)
Attempts to change the mode of the specified file to that given in
Parameters
Return Values
Returns Examples
Example #1 Changing the mode of a file on a remote server
<?php See Also
|