検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 269 for Send (0.028 sec.)
Connect buffer event's file descriptor to given address or UNIX socket 4055
« EventBufferEvent::close EventBufferEvent::connectHost » PHP Manual EventBufferEvent Connect bu ... t :: READ | Event :: WRITE ); echo "step 3\n" ; /* Send request */ $output = $bev -> getOutput (); if (! $ ...
https://man.plustar.jp/php/eventbufferevent.connect.html - [similar]
メッセージキューからメッセージを受信する 4055
« msg_queue_exists msg_remove_queue » PHP Manual セマフォ関数 メッセージキューからメッセージを受 ... sg_remove_queue() - メッセージキューを破棄する msg_send() - メッセージキューにメッセージを送信する msg_sta ...
https://man.plustar.jp/php/function.msg-receive.html - [similar]
接続しているかどうかによらず、ソケットからデータを受信する 4055
« socket_recv socket_recvmsg » PHP Manual ソケット 関数 接続しているかどうかによらず、ソケットか ... cv() - 接続したソケットからデータを受信する socket_send() - 接続したソケットにデータを送信する socket_send ...
https://man.plustar.jp/php/function.socket-recvfrom.html - [similar]
Add a background task to be run in parallel 4055
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... or ( $x = 0 ; $x < $workload_size ; $x ++) { echo "Sending status: " . ( $x + 1 ) . "/ $workload_size comp ... lete\n" ; $job -> sendStatus ( $x + 1 , $workload_size ); $job -> sendDat ... ho "Result: $result \n" ; # Return what we want to send back to the client. return $result ; } ?> Worker o ... ed job: H:foo.local:66 Workload: Hello World! (12) Sending status: 1/12 complete Sending status: 2/12 comp ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
Execute one or more write operations 4055
« MongoDB\Driver\Manager::createClientEncryption MongoDB\Driver\Manager::executeCommand » PHP Ma ... deletes, and inserts). The driver will attempt to send operations of the same type to the server in as fe ...
https://man.plustar.jp/php/mongodb-driver-manager.executebulkwrite.html - [similar]
4055
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバ ... socket_last_error ( $sock )) . "\n" ; break; } /* Send instructions. */ $msg = "\nWelcome to the PHP Test ... .= "Connection: Close\r\n\r\n" ; $out = '' ; echo "Sending HTTP HEAD request..." ; socket_write ( $socket ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
マルチバイト文字列 4025
« intl_is_failure はじめに » PHP Manual 自然言語および文字エンコーディング マルチバイト文字列 マ ... 列に含まれる不正なバイト列を代替文字に置き換える mb_send_mail — エンコード変換を行ってメールを送信する mb_s ...
https://man.plustar.jp/php/book.mbstring.html - [similar]
4025
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... t :: READ | Event :: WRITE ); echo "step 3\n" ; // Send request $output = $bev -> getOutput (); if (! $out ... hp In another terminal window find out the pid and send SIGTERM, e.g.: $ ps aux | grep examp ruslan 3976 0 ... r_dump ( $req -> getOutputHeaders ()); echo "\n >> Sending reply ..." ; $req -> sendReply ( 200 , "OK" ); ... "URI: " , $req -> getUri (), PHP_EOL ; echo "\n >> Sending reply ..." ; $req -> sendReply ( 200 , "OK" ); ...
https://man.plustar.jp/php/event.examples.html - [similar]
ローカルのDH秘密鍵とリモート側のDH公開鍵を使い、共有シークレットを計算する 4025
« openssl_decrypt openssl_digest » PHP Manual OpenSSL 関数 ローカルのDH秘密鍵とリモート側のDH公開 ... echo bin2hex ( $local_pub_key ). "\n" ; //you can send your public key to the remote party $details = ope ...
https://man.plustar.jp/php/function.openssl-dh-compute-key.html - [similar]
与えられたソケットの配列に対し、指定した有効時間で select() システムコールを実行... 4025
« socket_recvmsg socket_send » PHP Manual ソケット 関数 与えられたソケットの配列に対し、指定した ...
https://man.plustar.jp/php/function.socket-select.html - [similar]