mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Minor prose fixup..
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50907 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
860f5c5163
commit
a86d451b11
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
|||
|
||||
<partintro id="curl.partintro">
|
||||
<para>
|
||||
PHP supports libcurl, a library, created by Daniel Stenberg, that
|
||||
PHP supports libcurl, a library created by Daniel Stenberg, that
|
||||
allows you to connect and communicate to many different types of
|
||||
servers with many different types of protocols. libcurl currently
|
||||
supports the http, https, ftp, gopher, telnet, dict, file, and
|
||||
ldap protocols. libcurl also supports HTTPS certificates, HTTP
|
||||
POST, HTTP PUT, FTP uploading (this can also be done with PHP's
|
||||
ftp extension), HTTP form based upload, proxies, cookies and
|
||||
ftp extension), HTTP form based upload, proxies, cookies, and
|
||||
user+password authentication.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue