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 ac61246 commit 043e99aCopy full SHA for 043e99a
docs/FtpConnectionInterface.md
@@ -25,4 +25,6 @@ $connection->getTimeout();
25
$connection->getTimeout();
26
$connection->getUsername();
27
$connection->getPassword();
28
-```
+$connection->isSecure();
29
+$connection->isConnected();
30
+```
0 commit comments