|
ssh2_sftp_chmodChanges file mode Beschreibung
bool ssh2_sftp_chmod
( resource
$sftp
, string $filename
, int $mode
)
Attempts to change the mode of the specified file to that given in
Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #1 Changing the mode of a file on a remote server
<?phpSiehe auch
|