PHP » PYTHON |
login |
register |
about
|
ftp_chmod(PHP 5) ftp_chmod — Set permissions on a file via FTP Description
int ftp_chmod
( resource $ftp_stream
, int $mode
, string $filename
)
Sets the permissions on the specified remote file to mode . Parameters
Return ValuesReturns the new file permissions on success or FALSE on error. Examples
Example #1 ftp_chmod() example
<?php
|
more
Recently updated
more
Most requested
more
Last requests
|