"Brandon Orther" <[EMAIL PROTECTED]> wrote:

 > Hello,
 > 
 > I have recently been using the ftp functions in php to get a lot of stuff
 > done.  My question is when I exit; a php script does it close the ftp
 > connection for me?  I thought it would since the script is completely
 > closing also.
 > 

I think it just drops the connection, little like doing a ctrl+c i
guess, the best practise is to use ftp_close() as you sould always
close a database connection too, so in short it's a matter of coding
pratcise and style. (at least i think so :)

-- 
Henrik Hansen


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to