検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 78 for Remote (0.021 sec.)
SCP 経由でファイルを送信する 6956
« ssh2_scp_recv ssh2_send_eof » PHP Manual SSH2 関数 SCP 経由でファイルを送信する ssh2_scp_send ... ( resource $session , string $local_file , string $remote_file , int $create_mode = 0644 ): bool ローカルファ ... 続リンク ID。 local_file ローカルファイルへのパス。 remote_file リモートファイルへのパス。 create_mode ファイ ... sh2_scp_send ( $connection , '/local/filename' , '/remote/filename' , 0644 ); ?> 参考 ssh2_scp_recv() - SCP ...
https://man.plustar.jp/php/function.ssh2-scp-send.html - [similar]
The Swoole\Http\Client class 6790
« Swoole\Exception Swoole\Http\Client::addFile » PHP Manual Swoole The Swoole\Http\Client class ... e\Http\Client::download — Download a file from the remote server. Swoole\Http\Client::execute — Send the HTT ... le\Http\Client::get — Send GET http request to the remote server. Swoole\Http\Client::isConnected — Check if ... \Http\Client::post — Send POST http request to the remote server. Swoole\Http\Client::push — Push data to we ...
https://man.plustar.jp/php/class.swoole-http-client.html - [similar]
ローカルのDH秘密鍵とリモート側のDH公開鍵を使い、共有シークレットを計算する 6584
« openssl_decrypt openssl_digest » PHP Manual OpenSSL 関数 ローカルのDH秘密鍵とリモート側のDH公開 ... コマンドを使ってください。 openssl pkey -pubin -in remotepublickey.pem -text -noout 上の例の出力は、 たとえば ... ターとして渡し、 共有シークレットを計算します <?php $remote_public_key = '67e5e5fae07b0f962cdc96445f50029e8dc2 ... hared_secret = openssl_dh_compute_key ( hex2bin ( $remote_public_key ), $local_priv_key ); echo bin2hex ( $s ... ey ). "\n" ; //you can send your public key to the remote party $details = openssl_pkey_get_details ( openss ...
https://man.plustar.jp/php/function.openssl-dh-compute-key.html - [similar]
サーバー情報および実行時の環境情報 6584
« $GLOBALS $_GET » PHP Manual 定義済の変数 サーバー情報および実行時の環境情報 $_SERVER (PHP 4 >= ... て実行されている場合に 空でない値が設定されます。 ' REMOTE_ADDR ' 現在ページをみているユーザーの IP アドレス。 ... ' REMOTE_HOST ' 現在のページにアクセスしているホスト名。DNS ... の逆引き検索は ユーザーの REMOTE_ADDR に基づいています。 注意 : Web サーバーがこの値 ... 生成されません。 gethostbyaddr() もご覧ください。 ' REMOTE_PORT ' ユーザーのマシンから Web サーバーへの通信に ...
https://man.plustar.jp/php/reserved.variables.server.html - [similar]
ファイルの内容をFTPサーバ上の別のファイルに追加する 6474
« ftp_alloc ftp_cdup » PHP Manual FTP 関数 ファイルの内容をFTPサーバ上の別のファイルに追加する f ... する 説明 ftp_append ( FTP\Connection $ftp , string $remote_filename , string $local_filename , int $mode = FT ... パラメータ ftp FTP\Connection クラスのインスタンス remote_filename local_filename mode 戻り値 成功した場合に ...
https://man.plustar.jp/php/function.ftp-append.html - [similar]
パッシブモードをオンまたはオフにする 6198
« ftp_nlist ftp_put » PHP Manual FTP 関数 パッシブモードをオンまたはオフにする ftp_pasv (PHP 4, ... 例1 ftp_pasv() の例 <?php $file = 'somefile.txt' ; $remote_file = 'readme.txt' ; // 接続を確立する $ftp = ftp ... ファイルをアップロードする if ( ftp_put ( $ftp , $remote_file , $file , FTP_ASCII )) { echo "successfully u ...
https://man.plustar.jp/php/function.ftp-pasv.html - [similar]
Initiates a backup task in the service manager and returns immediately 6143
« ibase_affected_rows ibase_blob_add » PHP Manual Firebird/InterBase 関数 Initiates a backup tas ... : mixed This function passes the arguments to the (remote) database server. There it starts a new backup pro ... 返します。 Since the backup process is done on the (remote) server, this function just passes the arguments t ...
https://man.plustar.jp/php/function.ibase-backup.html - [similar]
Initiates a restore task in the service manager and returns immediately 6143
« ibase_query ibase_rollback_ret » PHP Manual Firebird/InterBase 関数 Initiates a restore task i ... : mixed This function passes the arguments to the (remote) database server. There it starts a new restore pr ... 返します。 Since the restore process is done on the (remote) server, this function just passes the arguments t ...
https://man.plustar.jp/php/function.ibase-restore.html - [similar]
オープン中のファイルを FTP サーバーにアップロードする 6088
« ftp_fget ftp_get_option » PHP Manual FTP 関数 オープン中のファイルを FTP サーバーにアップロード ... ドする 説明 ftp_fput ( FTP\Connection $ftp , string $remote_filename , resource $stream , int $mode = FTP_BINA ... パラメータ ftp FTP\Connection クラスのインスタンス remote_filename リモートファイルのパス。 stream ローカルで ...
https://man.plustar.jp/php/function.ftp-fput.html - [similar]
FTP サーバーからファイルをダウンロードする 6088
« ftp_get_option ftp_login » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードする ftp_ ... Connection $ftp , string $local_filename , string $remote_filename , int $mode = FTP_BINARY , int $offset = ... ス(ファイルがすでに存在する場合は上書きされます)。 remote_filename リモートファイルのパス。 mode 転送モード。 ...
https://man.plustar.jp/php/function.ftp-get.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT