検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 245 for [SIMILAR] 16 1024 4096 WITH 24349 ンロ WITH 2154... (0.417 sec.)
カレントのディレクトリ名を返す 5241
« ftp_put ftp_quit » PHP Manual FTP 関数 カレントのディレクトリ名を返す ftp_pwd (PHP 4, PHP 5, PHP 7, PHP 8) ftp_pwd — カレントのディレクトリ名を返す 説明 ftp_pwd ( FTP\Connection $ftp ): string | false パラメータ ftp FTP\Connection クラスのインスタンス 戻り値 カレントのディレクトリ名、ま ...
https://man.plustar.jp/php/function.ftp-pwd.html - [similar]
FTP サーバー上でのコマンドの実行をリクエストする 5241
« 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]
FTP 接続をオープンする 5241
« ftp_close ftp_delete » PHP Manual FTP 関数 FTP 接続をオープンする ftp_connect (PHP 4, PHP 5, PHP 7, PHP 8) ftp_connect — FTP 接続をオープンする 説明 ftp_connect ( string $hostname , int $port = 21 , int $timeout = 90 ): FTP\Connection | false ftp_connect() は、指定した hostname への FT ...
https://man.plustar.jp/php/function.ftp-connect.html - [similar]
基本的な使用法 5241
« 例 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 サーバー上のファイルまたはディレクトリの名前を変更する 5241
« 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 経由でファイルのパーミッションを設定する 5241
« 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]
ディレクトリを削除する 5241
« ftp_rename ftp_set_option » PHP Manual FTP 関数 ディレクトリを削除する ftp_rmdir (PHP 4, PHP 5, PHP 7, PHP 8) ftp_rmdir — ディレクトリを削除する 説明 ftp_rmdir ( FTP\Connection $ftp , string $directory ): bool FTP サーバー上の、指定した directory を削除します。 パラメータ ftp FTP\Conne ...
https://man.plustar.jp/php/function.ftp-rmdir.html - [similar]
アップロードされるファイルのためのスペースを確保する 5241
« 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]
ディレクトリを作成する 5241
« 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]
指定したディレクトリの詳細なファイル一覧を返す 5241
« 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]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT