fixed example

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178931 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sean Coates 2005-02-05 00:11:21 +00:00
parent fb8fdf990b
commit bab0381af9

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<refentry id="function.ftp-fget">
<refnamediv>
<refname>ftp_fget</refname>
@ -100,7 +100,7 @@ if (ftp_fget($conn_id, $handle, $remote_file, FTP_ASCII, 1)) {
// close the connection and the file handler
ftp_close($conn_id);
fclose($fp);
fclose($handle);
?>
]]>
</programlisting>