ftp类(myftp.php)


bsp;      }
            }
        }
        return $getback;
    }
    
    function mode($pasvmode){
        $result = ftp_pasv($this->connector, $pasvmode);
    }
    
    function ftp_bye(){
        ftp_quit($this->connector);
        return $getback;
    }
}

?>

Copyright © 2008 chengduxinxi.com All Rights Reserved PHP编程开发 由朝夕网络维护