Net_FTP::mkdir() (Previous) (Next) Net_FTP::mdtm()

View this page in Last updated: Sun, 05 Oct 2008
English | French | German | Hungarian | Japanese | Polish | Spanish | Plain HTML

Net_FTP::execute()

Net_FTP::execute() -- サーバ上でコマンドを実行する

説明

指定されたコマンドをサーバ上で実行します(SITE EXEC コマンド自体は、 メソッドによって付け加えられます)。

パラメータ

  • string $command - 実行されるコマンド(SITE EXEC を除く)

返り値

mixed - 成功時には true 、それ以外は PEAR::Error

例外・エラー

エラー時に返される PEAR_Error オブジェクトの中身は定義されています。 エラー番号は常に1種類のみです。また、エラーメッセージは、 "Execution of command '$command' failed" という形式になります。

注意

この関数は、スタティックにコールする ことはできません。

Net_FTP::mkdir() (Previous) (Next) Net_FTP::mdtm()

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.