Searched refs:ftp_chmod (Results 1 – 8 of 8) sorted by relevance
/PHP-8.1/ext/ftp/tests/ |
H A D | ftp_chmod_basic.phpt | 2 Testing ftp_chmod returns file mode 17 var_dump(ftp_chmod($ftp, 0644, 'test.txt'));
|
H A D | 005.phpt | 19 var_dump(ftp_chmod($ftp, 0666, 'x')); 72 Warning: ftp_chmod(): Command not implemented (3). in %s005.php on line %d
|
H A D | 007.phpt | 54 var_dump(ftp_chmod($ftp, 7777, '/')); 190 ftp_chmod(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
|
/PHP-8.1/ext/ftp/ |
H A D | ftp_arginfo.h | 209 ZEND_FUNCTION(ftp_chmod); 249 ZEND_FE(ftp_chmod, arginfo_ftp_chmod)
|
H A D | ftp.h | 140 int ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len);
|
H A D | ftp.stub.php | 38 function ftp_chmod(FTP\Connection $ftp, int $permissions, string $filename): int|false {} function
|
H A D | php_ftp.c | 425 PHP_FUNCTION(ftp_chmod) in PHP_FUNCTION() argument 438 if (!ftp_chmod(ftp, mode, filename, filename_len)) { in PHP_FUNCTION()
|
H A D | ftp.c | 605 ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len) in ftp_chmod() function
|
Completed in 21 milliseconds