FTP for PHP

码农软件 · 软件分类 · 网络工具包 · 2019-03-02 07:13:10

软件介绍

FTP for PHP 是封装了 FTP 客户端操作的 PHP 类。

示例代码:

try {
    $ftp = new Ftp;
    $ftp->connect($host);
    $ftp->login($username, $password);
    $ftp->put($destination_file, $source_file, FTP_BINARY);

} catch (FtpException $e) {
    echo 'Error: ', $e->getMessage();
}

本文地址:https://codercto.com/soft/d/437.html

Python Data Structures and Algorithms

Python Data Structures and Algorithms

Benjamin Baka / Packt Publishing / 2017-5-30 / USD 44.99

Key Features A step by step guide, which will provide you with a thorough discussion on the analysis and design of fundamental Python data structures.Get a better understanding of advanced Python c......一起来看看 《Python Data Structures and Algorithms》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具