We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09fef7 commit a582cf4Copy full SHA for a582cf4
stubs/ext/ftp/ftp_nb_get.php
@@ -6,6 +6,6 @@ function ftp_nb_get($ftp, string $local_filename, string $remote_filename, int $
6
{
7
}
8
#[\Since('8.1')]
9
-function ftp_nb_get(\FTP\Connection $ftp, string $local_filename, string $remote_filename, int $mode = FTP_BINARY, int $offset = 0) : int
+function ftp_nb_get(\FTP\Connection $ftp, string $local_filename, string $remote_filename, int $mode = FTP_BINARY, int $offset = 0) : int|false
10
11
0 commit comments