検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 78 for Remote (0.002 sec.)
Call service 8251
« Yar_Client Yar_Client::__construct » PHP Manual Yar_Client Call service Yar_Client::__call (PE ... method , array $parameters ): void Issue a call to remote RPC method. パラメータ method Remote RPC method na ... t = new Yar_Client ( "http://host/api/" ); /* call remote service */ $result = $client -> some_method ( "par ... ーワード: Yar , Call , service , call , parameters , Remote , Set , setOpt , 参考 , 出力 ...
https://man.plustar.jp/php/yar-client.call.html - [similar]
Swoole 7975
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... tablished. Swoole\Client::connect — Connect to the remote TCP or UDP port. Swoole\Client::__construct — Crea ... woole client. Swoole\Client::getpeername — Get the remote socket name of the connection. Swoole\Client::gets ... iptor. Swoole\Client::recv — Receive data from the remote socket. Swoole\Client::resume — Resume receiving d ... ata. Swoole\Client::send — Send data to the remote TCP socket. Swoole\Client::sendfile — Send file to ...
https://man.plustar.jp/php/book.swoole.html - [similar]
Construct the async HTTP client. 7713
« Swoole\Http\Client::close Swoole\Http\Client::__destruct » PHP Manual Swoole\Http\Client Const ... ool $ssl = ? ) パラメータ host The hostname of the remote host. port The port number of the remote host. ssl ... Swoole , Http , the , host , construct , string , remote , destruct ...
https://man.plustar.jp/php/swoole-http-client.construct.html - [similar]
FTP サーバーにファイルを保存する(非ブロッキング) 7658
« ftp_nb_get ftp_nlist » PHP Manual FTP 関数 FTP サーバーにファイルを保存する(非ブロッキング) ... グ) 説明 ftp_nb_put ( FTP\Connection $ftp , string $remote_filename , string $local_filename , int $mode = FT ... パラメータ ftp FTP\Connection クラスのインスタンス remote_filename リモートファイルのパス。 local_filename ロ ... プロードを開始する $ret = ftp_nb_put ( $ftp , "test.remote" , "test.local" , FTP_BINARY ); while ( $ret == FT ... する <?php // 開始 $ret = ftp_nb_put ( $ftp , "test.remote" , "test.local" , FTP_BINARY , ftp_size ( "test.re ...
https://man.plustar.jp/php/function.ftp-nb-put.html - [similar]
SCP 経由でファイルを要求する 7658
« ssh2_publickey_remove ssh2_scp_send » PHP Manual SSH2 関数 SCP 経由でファイルを要求する ssh2_s ... る 説明 ssh2_scp_recv ( resource $session , string $remote_file , string $local_file ): bool リモートサーバー ... ect() のコールによって取得した SSH 接続リンク ID。 remote_file リモートファイルへのパス。 local_file ローカル ... e' , 'password' ); ssh2_scp_recv ( $connection , '/remote/filename' , '/local/filename' ); ?> 参考 ssh2_scp_ ... SCP , 経由 , 要求 , ファイル , scp , file , recv , remote , パス , コピー ...
https://man.plustar.jp/php/function.ssh2-scp-recv.html - [similar]
CGI およびコマンドライン 7658
« LiteSpeed/OpenLiteSpeed Webサーバ(Unixシステム用) OpenBSD へのインストール » PHP Manual Unix シ ... ACE , PATH_INFO , PATH_TRANSLATED , QUERY_STRING , REMOTE_ADDR , REMOTE_HOST , REMOTE_IDENT , REMOTE_USER , ... 」として取り扱うべきです。 関連キーワード: および , REMOTE , SERVER , テスト , サーバー , 定義 , TYPE , CONTE ...
https://man.plustar.jp/php/install.unix.commandline.html - [similar]
環境変数の値を取得する 7121
« get_resources getlastmod » PHP Manual PHP オプション/情報 関数 環境変数の値を取得する getenv ( ... () の例 <?php // getenv() の使用例 $ip = getenv ( 'REMOTE_ADDR' ); // または単純にスーパーグローバル($_SERV ... ER または $_ENV)を使用します $ip = $_SERVER [ 'REMOTE_ADDR' ]; // SAPI により設定されたか、または putenv ... / 環境変数の値を安全に取得します。 $ip = getenv ( 'REMOTE_ADDR' , true ) ?: getenv ( 'REMOTE_ADDR' ) ?> 注意 ...
https://man.plustar.jp/php/function.getenv.html - [similar]
ローカルまたはリモートのソケットの名前を取得する 7121
« stream_socket_enable_crypto stream_socket_pair » PHP Manual ストリーム 関数 ローカルまたはリモ ... stream_socket_get_name ( resource $socket , bool $remote ): string | false 指定したソケット接続のローカルま ... ます。 パラメータ socket 名前を取得したいソケット。 remote true に設定するとリモートでのソケットの名前を返し、 ... ローカル , リモート , 取得 , stream , 接続 , 設定 , remote , 参考 ...
https://man.plustar.jp/php/function.stream-socket-get-name.html - [similar]
FTP サーバーにファイルをアップロードする 7066
« ftp_pasv ftp_pwd » PHP Manual FTP 関数 FTP サーバーにファイルをアップロードする ftp_put (PHP 4 ... ドする 説明 ftp_put ( FTP\Connection $ftp , string $remote_filename , string $local_filename , int $mode = FT ... パラメータ ftp FTP\Connection クラスのインスタンス remote_filename リモートファイルのパス。 local_filename ロ ... 例1 ftp_put() の例 <?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-put.html - [similar]
はじめに 7066
« Yar インストール/設定 » PHP Manual Yar はじめに はじめに Yar is a RPC framework which aims to ... s It has the ability to concurrently call multiple remote services. 関連キーワード: Yar , communication , re ...
https://man.plustar.jp/php/intro.yar.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT