com doc/zh: 修正错别字: reference/ftp/functions/ftp-mlsd.xml
[email protected] (Dai Jie) Fri, 22 Jan 2021 12:18:09 +0000
| Newsgroups | php.doc.zh |
|---|---|
| Message-ID | <[email protected]> |
Commit: 96d1641b451fdaaa5d9bc8906b46ae75659be1ac Author: 蒋文健 <[email protected]> Tue, 19 Jan 2021 21:39:06 +0800 Committer: daijie <[email protected]> Fri, 22 Jan 2021 20:18:09 +0800 Parents: 31e46469fa5855408f20fb9063c1b3892d402c37 Branches: master Link: http://git.php.net/?p=doc/zh.git;a=commitdiff;h=96d1641b451fdaaa5d9bc8906b46ae75659be1ac Log: 修正错别字 Changed paths: M reference/ftp/functions/ftp-mlsd.xml Diff: diff --git a/reference/ftp/functions/ftp-mlsd.xml b/reference/ftp/functions/ftp-mlsd.xml index 9662eaac..69d9883d 100644 --- a/reference/ftp/functions/ftp-mlsd.xml +++ b/reference/ftp/functions/ftp-mlsd.xml @@ -52,7 +52,7 @@ <programlisting role="php"> <![CDATA[ <?php -// 简历基本连接 +// 简单基本连接 $conn_id = ftp_connect($ftp_server); // 使用用户名和密码进行登录 $login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass);