「ftp_connect()」を解説文に含む見出し語の検索結果(1~10/30件中)
(PHP 4, PHP 5)ftp_connect — FTP 接続をオープンする説明resource ftp_connect ( string host [, int port [, int tim...
(PHP 4 >= 4.2.0, PHP 5)ftp_close — FTP 接続を閉じる説明bool ftp_close ( resource ftp_stream ) ftp_close() は、...
(PHP 4, PHP 5)ftp_pwd — カレントのディレクトリ名を返す説明string ftp_pwd ( resource ftp_stream ) パラメータ ftp_stream FTP...
(PHP 4, PHP 5)ftp_cdup — 親ディレクトリに移動する説明bool ftp_cdup ( resource ftp_stream ) 親ディレクトリに移動します。 パラメータ ft...
(PHP 5)ftp_chmod — FTP 経由でファイルのパーミッションを設定する説明int ftp_chmod ( resource ftp_stream, int mode, string f...
(PHP 4, PHP 5)ftp_delete — FTP サーバ上のファイルを削除する説明bool ftp_delete ( resource ftp_stream, string path ) ...
(PHP 4, PHP 5)ftp_login — FTP 接続にログインする説明bool ftp_login ( resource ftp_stream, string username, stri...
(PHP 4, PHP 5)ftp_mkdir — ディレクトリを作成する説明string ftp_mkdir ( resource ftp_stream, string directory ) FT...
(PHP 5)ftp_raw — FTP サーバに任意のコマンドを送信する説明array ftp_raw ( resource ftp_stream, string command ) 任意の com...
(PHP 4, PHP 5)ftp_rmdir — ディレクトリを削除する説明bool ftp_rmdir ( resource ftp_stream, string directory ) FTP ...
< 前の結果 | 次の結果 >