From e737582530a62b924096432d174086ae22ecb623 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Fri, 25 May 2018 14:49:37 +0000 Subject: [PATCH] Clarify timeout unit Patch provided by anonymous user. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345054 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ftp/functions/ftp-connect.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/ftp/functions/ftp-connect.xml b/reference/ftp/functions/ftp-connect.xml index 00233506b7..7194bcb92c 100644 --- a/reference/ftp/functions/ftp-connect.xml +++ b/reference/ftp/functions/ftp-connect.xml @@ -44,7 +44,7 @@ timeout - This parameter specifies the timeout for all subsequent network operations. + This parameter specifies the timeout in seconds for all subsequent network operations. If omitted, the default value is 90 seconds. The timeout can be changed and queried at any time with ftp_set_option and ftp_get_option.