検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 1117 for [SIMILAR] 16 1024 4096 WITH 9256 option WITH 900... (1.063 sec.)
FTP サーバー上でのコマンドの実行をリクエストする 6440
« ftp_delete ftp_fget » PHP Manual FTP 関数 FTP サーバー上でのコマンドの実行をリクエストする ftp_exec (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) ftp_exec — FTP サーバー上でのコマンドの実行をリクエストする 説明 ftp_exec ( FTP\Connection $ftp , string $command ): bool FTP サーバーに SITE EXEC c ...
https://man.plustar.jp/php/function.ftp-exec.html - [similar]
基本的な使用法 6440
« 例 FTP 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 FTP の例 <?php // 接続を確立する $ftp = ftp_connect ( $ftp_server ); // ユーザー名とパスワードでログインする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // 接続できたか確認する if ((! $ftp ) || (! $ ...
https://man.plustar.jp/php/ftp.examples-basic.html - [similar]
FTP サーバー上のファイルまたはディレクトリの名前を変更する 6440
« ftp_rawlist ftp_rmdir » PHP Manual FTP 関数 FTP サーバー上のファイルまたはディレクトリの名前を変更する ftp_rename (PHP 4, PHP 5, PHP 7, PHP 8) ftp_rename — FTP サーバー上のファイルまたはディレクトリの名前を変更する 説明 ftp_rename ( FTP\Connection $ftp , string $from , string $to ): bo ...
https://man.plustar.jp/php/function.ftp-rename.html - [similar]
FTP 経由でファイルのパーミッションを設定する 6440
« ftp_chdir ftp_close » PHP Manual FTP 関数 FTP 経由でファイルのパーミッションを設定する ftp_chmod (PHP 5, PHP 7, PHP 8) ftp_chmod — FTP 経由でファイルのパーミッションを設定する 説明 ftp_chmod ( FTP\Connection $ftp , int $permissions , string $filename ): int | false 指定したリモートファ ...
https://man.plustar.jp/php/function.ftp-chmod.html - [similar]
アップロードされるファイルのためのスペースを確保する 6440
« FTP 関数 ftp_append » PHP Manual FTP 関数 アップロードされるファイルのためのスペースを確保する ftp_alloc (PHP 5, PHP 7, PHP 8) ftp_alloc — アップロードされるファイルのためのスペースを確保する 説明 ftp_alloc ( FTP\Connection $ftp , int $size , string &$response = null ): bool ALLO コマン ...
https://man.plustar.jp/php/function.ftp-alloc.html - [similar]
ディレクトリを作成する 6440
« ftp_mdtm ftp_mlsd » PHP Manual FTP 関数 ディレクトリを作成する ftp_mkdir (PHP 4, PHP 5, PHP 7, PHP 8) ftp_mkdir — ディレクトリを作成する 説明 ftp_mkdir ( FTP\Connection $ftp , string $directory ): string | false FTP サーバー上に、指定した directory を作成します。 パラメータ ftp FTP\Con ...
https://man.plustar.jp/php/function.ftp-mkdir.html - [similar]
指定したディレクトリの詳細なファイル一覧を返す 6440
« ftp_raw ftp_rename » PHP Manual FTP 関数 指定したディレクトリの詳細なファイル一覧を返す ftp_rawlist (PHP 4, PHP 5, PHP 7, PHP 8) ftp_rawlist — 指定したディレクトリの詳細なファイル一覧を返す 説明 ftp_rawlist ( FTP\Connection $ftp , string $directory , bool $recursive = false ): array | ...
https://man.plustar.jp/php/function.ftp-rawlist.html - [similar]
指定したファイルのサイズを返す 6440
« ftp_site ftp_ssl_connect » PHP Manual FTP 関数 指定したファイルのサイズを返す ftp_size (PHP 4, PHP 5, PHP 7, PHP 8) ftp_size — 指定したファイルのサイズを返す 説明 ftp_size ( FTP\Connection $ftp , string $filename ): int ftp_size() は指定されたファイルのサイズを バイト数で返します。 注意 ...
https://man.plustar.jp/php/function.ftp-size.html - [similar]
ファイルの取得/送信を継続する(非ブロッキング) 6440
« ftp_mlsd ftp_nb_fget » PHP Manual FTP 関数 ファイルの取得/送信を継続する(非ブロッキング) ftp_nb_continue (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) ftp_nb_continue — ファイルの取得/送信を継続する(非ブロッキング) 説明 ftp_nb_continue ( FTP\Connection $ftp ): int 非ブロッキングモードで、フ ...
https://man.plustar.jp/php/function.ftp-nb-continue.html - [similar]
指定したディレクトリのファイルの一覧を返す 6440
« ftp_nb_put ftp_pasv » PHP Manual FTP 関数 指定したディレクトリのファイルの一覧を返す ftp_nlist (PHP 4, PHP 5, PHP 7, PHP 8) ftp_nlist — 指定したディレクトリのファイルの一覧を返す 説明 ftp_nlist ( FTP\Connection $ftp , string $directory ): array | false パラメータ ftp FTP\Connection クラ ...
https://man.plustar.jp/php/function.ftp-nlist.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT