mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
fixed example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178931 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fb8fdf990b
commit
bab0381af9
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue