検索

phrase: max: clip:
target: order:
Results of 381 - 390 of about 615 for ユーザ (0.035 sec.)
FTP サーバー上でのコマンドの実行をリクエストする 3300
« ftp_delete ftp_fget » PHP Manual FTP 関数 FTP サーバー上でのコマンドの実行をリクエストする ftp ... 確立します。 $ftp = ftp_connect ( $ftp_server ); // ユーザー名とパスワードを指定してログインします。 $login_re ...
https://man.plustar.jp/php/function.ftp-exec.html - [similar]
指定したファイルが最後に更新された時刻を返す 3300
« ftp_login ftp_mkdir » PHP Manual FTP 関数 指定したファイルが最後に更新された時刻を返す ftp_mdt ... 続を確立する $ftp = ftp_connect ( $ftp_server ); // ユーザー名とパスワードでログインする $login_result = ftp_l ...
https://man.plustar.jp/php/function.ftp-mdtm.html - [similar]
ディレクトリを作成する 3300
« ftp_mdtm ftp_mlsd » PHP Manual FTP 関数 ディレクトリを作成する ftp_mkdir (PHP 4, PHP 5, PHP 7, ... 続を確立する $ftp = ftp_connect ( $ftp_server ); // ユーザー名とパスワードでログインする $login_result = ftp_l ...
https://man.plustar.jp/php/function.ftp-mkdir.html - [similar]
指定したディレクトリのファイルの一覧を返す 3300
« ftp_nb_put ftp_pasv » PHP Manual FTP 関数 指定したディレクトリのファイルの一覧を返す ftp_nlist ... 続を確立する $ftp = ftp_connect ( $ftp_server ); // ユーザー名とパスワードでログインする $login_result = ftp_l ...
https://man.plustar.jp/php/function.ftp-nlist.html - [similar]
パッシブモードをオンまたはオフにする 3300
« ftp_nlist ftp_put » PHP Manual FTP 関数 パッシブモードをオンまたはオフにする ftp_pasv (PHP 4, ... 続を確立する $ftp = ftp_connect ( $ftp_server ); // ユーザー名とパスワードでログインする $login_result = ftp_l ...
https://man.plustar.jp/php/function.ftp-pasv.html - [similar]
FTP サーバー上のファイルまたはディレクトリの名前を変更する 3300
« ftp_rawlist ftp_rmdir » PHP Manual FTP 関数 FTP サーバー上のファイルまたはディレクトリの名前を ... 続を確立する $ftp = ftp_connect ( $ftp_server ); // ユーザー名とパスワードでログインする $login_result = ftp_l ...
https://man.plustar.jp/php/function.ftp-rename.html - [similar]
指定したファイルのサイズを返す 3300
« ftp_site ftp_ssl_connect » PHP Manual FTP 関数 指定したファイルのサイズを返す ftp_size (PHP 4, ... 続を確立する $ftp = ftp_connect ( $ftp_server ); // ユーザー名とパスワードでログインする $login_result = ftp_l ...
https://man.plustar.jp/php/function.ftp-size.html - [similar]
指定した関数が定義されている場合に true を返す 3300
« func_num_args get_defined_functions » PHP Manual 関数処理 関数 指定した関数が定義されている場合 ... ( string $function ): bool 組み込みの内部関数およびユーザー定義関数の中から、 function で指定した名前の関数を ...
https://man.plustar.jp/php/function.function-exists.html - [similar]
全ての定義済の変数を配列で返す 3300
« get_debug_type get_resource_id » PHP Manual 変数操作 関数 全ての定義済の変数を配列で返す get_d ... 変数、 get_defined_vars() がコールされたスコープ内でユーザーが定義した変数を含む、全ての の定義済の変数のリスト ...
https://man.plustar.jp/php/function.get-defined-vars.html - [similar]
アドレス文字列を解釈します 3300
« imap_reopen imap_rfc822_parse_headers » PHP Manual IMAP 関数 アドレス文字列を解釈します imap_r ... ティは以下のとおりです。 mailbox - メールボックス名(ユーザー名)。 host - ホスト名。 personal - 個人名。 adl - ...
https://man.plustar.jp/php/function.imap-rfc822-parse-adrlist.html - [similar]