mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added doc for ftp_site()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@20196 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
03e0697465
commit
6dd6219ed3
1 changed files with 23 additions and 0 deletions
|
@ -412,6 +412,29 @@
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.ftp-site">
|
||||
<refnamediv>
|
||||
<refname>ftp_site</refname>
|
||||
<refpurpose>Sends a SITE command to the server.</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcdef>int <function>ftp_site</function></funcdef>
|
||||
<paramdef>int <parameter>ftp_stream</parameter></paramdef>
|
||||
<paramdef>string <parameter>cmd</parameter></paramdef>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
Returns true on success, false on error.</para>
|
||||
<para>
|
||||
<function>ftp_site</function> sends the command specified by
|
||||
<parameter>cmd</parameter> to the FTP server. SITE commands
|
||||
are not standardized, and vary from server to server. They are
|
||||
useful for handling such things as file permissions and group
|
||||
membership. </para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.ftp-quit">
|
||||
<refnamediv>
|
||||
<refname>ftp_quit</refname>
|
||||
|
|
Loading…
Reference in a new issue