検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 731 for [SIMILAR] 16 1024 4096 WITH 11136 rmdir WITH 800... (0.673 sec.)
FTP サーバー上でのコマンドの実行をリクエストする 5346
« 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 接続をオープンする 5346
« 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]
基本的な使用法 5346
« 例 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 経由でファイルのパーミッションを設定する 5346
« 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]
アップロードされるファイルのためのスペースを確保する 5346
« 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]
カレントの FTP 接続での種々の実行時動作を取得する 5346
« ftp_fput ftp_get » PHP Manual FTP 関数 カレントの FTP 接続での種々の実行時動作を取得する ftp_get_option (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) ftp_get_option — カレントの FTP 接続での種々の実行時動作を取得する 説明 ftp_get_option ( FTP\Connection $ftp , int $option ): int | bool この関数 ...
https://man.plustar.jp/php/function.ftp-get-option.html - [similar]
ファイルの取得/送信を継続する(非ブロッキング) 5346
« 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]
ファイルの内容をFTPサーバ上の別のファイルに追加する 5346
« ftp_alloc ftp_cdup » PHP Manual FTP 関数 ファイルの内容をFTPサーバ上の別のファイルに追加する ftp_append (PHP 7 >= 7.2.0, PHP 8) ftp_append — ファイルの内容をFTPサーバ上の別のファイルに追加する 説明 ftp_append ( FTP\Connection $ftp , string $remote_filename , string $local_filename , in ...
https://man.plustar.jp/php/function.ftp-append.html - [similar]
FTP\Connection クラス 5346
« ftp_systype Gearman » PHP Manual FTP FTP\Connection クラス FTP\Connection クラス (PHP 8 >= 8.1.0) はじめに PHP 8.1.0 以降、 ftp リソースを置き換える、完全不定形クラスです。 クラス概要 final class FTP\Connection { } 関連キーワード: クラス , Connection , systype , リソース , 概要 , final ...
https://man.plustar.jp/php/class.ftp-connection.html - [similar]
ディレクトリ 関数 4013
« Directory::rewind chdir » PHP Manual ディレクトリ ディレクトリ 関数 ディレクトリ 関数 参考 dirname() , is_dir() , mkdir() , rmdir() 等の関数については、 ファイルシステム の節を参照ください。 目次 chdir — ディレクトリを変更する chroot — ルートディレクトリを変更する closedir — ディレクト ...
https://man.plustar.jp/php/ref.dir.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT