検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 102 for Address (0.014 sec.)
接続されているかどうかにかかわらず、ソケットにデータを送信する 6418
« stream_socket_recvfrom stream_socket_server » PHP Manual ストリーム 関数 接続されているかどうか ... $socket , string $data , int $flags = 0 , string $address = "" ): int | false data で指定したデータを socket ... STREAM_OOB OOB (out-of-band) データを処理します。 address address で別のアドレスが指定されていない限り、 ソケ ...
https://man.plustar.jp/php/function.stream-socket-sendto.html - [similar]
Connect to the remote TCP or UDP port. 6418
« Swoole\Client::close Swoole\Client::__construct » PHP Manual Swoole\Client Connect to the remo ... : bool パラメータ host The host name of the remote address. port The port number of the remote address. timeo ...
https://man.plustar.jp/php/swoole-client.connect.html - [similar]
Fetch the next row from a result set 6366
« cubrid_execute cubrid_free_result » PHP Manual CUBRID 関数 Fetch the next row from a result se ... %-10s %-6s %-20s\n" , "name" , "area" , "seats" , "address" ); while ( $row = cubrid_fetch ( $req )) { printf ... ame" ], $row [ "area" ], $row [ "seats" ], $row [ "address" ]); } // if you want to operate lob object, you c ... ?> 上の例の出力は以下となります。 name area seats address Panathinaiko Stadium 86300.00 50000 Athens, Greece ...
https://man.plustar.jp/php/function.cubrid-fetch.html - [similar]
YAML 形式にした値を返す 6366
« yaml_emit_file yaml_parse_file » PHP Manual Yaml 関数 YAML 形式にした値を返す yaml_emit (PECL ... rray( "given" => "Chris" , "family" => "Dumars" , "address" => array( "lines" => "458 Walkman Dr. Suite #292" ... te: 980208000 bill-to: given: Chris family: Dumars address: lines: |- 458 Walkman Dr. Suite #292 city: Royal ... postal: 48046 ship-to: given: Chris family: Dumars address: lines: |- 458 Walkman Dr. Suite #292 city: Royal ...
https://man.plustar.jp/php/function.yaml-emit.html - [similar]
The EventHttp class 6276
« EventDnsBase::setSearchNdots EventHttp::accept » PHP Manual Event The EventHttp class The Even ... lias ( string $alias ): bool public bind ( string $address , int $port ): void public __construct ( EventBase ... Http::bind — Binds an HTTP server on the specified address and port EventHttp::__construct — Constructs Event ...
https://man.plustar.jp/php/class.eventhttp.html - [similar]
Send a CUBRID query 6276
« cubrid_ping cubrid_real_escape_string » PHP Manual CUBRID MySQL 互換関数 Send a CUBRID query c ... e table friends(firstname varchar,lastname varchar,address char(24),age int)" ); cubrid_execute ( $conn , "in ... () $query = sprintf ( "SELECT firstname, lastname, address, age FROM friends WHERE firstname='%s' AND lastnam ... rstname' ]; echo $row [ 'lastname' ]; echo $row [ 'address' ]; echo $row [ 'age' ]; } // Free the resources a ...
https://man.plustar.jp/php/function.cubrid-query.html - [similar]
Connect the socket 6276
« ZMQSocket::bind ZMQSocket::__construct » PHP Manual ZMQSocket Connect the socket ZMQSocket::co ... int. The endpoint is defined in format transport://address where transport is one of the following: inproc, i ... メータ dsn The connect dsn, for example transport://address . force Tries to connect even if the socket has al ...
https://man.plustar.jp/php/zmqsocket.connect.html - [similar]
接続されているかどうかにかかわらず、ソケットからのデータを受信する 6224
« stream_socket_pair stream_socket_sendto » PHP Manual ストリーム 関数 接続されているかどうかにか ... socket , int $length , int $flags = 0 , ? string &$address = null ): string | false stream_socket_recvfrom() ... けてコールした 際には、同じデータが読み込まれます。 address address が指定された場合、 そこにはリモートソケット ...
https://man.plustar.jp/php/function.stream-socket-recvfrom.html - [similar]
YAML ストリームをパースする 6224
« yaml_parse_url Yaf » PHP Manual Yaml 関数 YAML ストリームをパースする yaml_parse (PECL yaml >= ... 01-23" bill-to: &id001 given: Chris family: Dumars address: lines: |- 458 Walkman Dr. Suite #292 city: Royal ... tring(5) "Chris" ["family"]=> string(6) "Dumars" ["address"]=> array(4) { ["lines"]=> string(34) "458 Walkman ... tring(5) "Chris" ["family"]=> string(6) "Dumars" ["address"]=> array(4) { ["lines"]=> string(34) "458 Walkman ...
https://man.plustar.jp/php/function.yaml-parse.html - [similar]
6185
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... c function acceptConnCallback ( $listener , $fd , $address , $ctx ) { // We got a new connection! Set up a bu ... ection function ssl_accept_cb ( $listener , $fd , $address , $ctx ) { // We got a new connection! Set up a bu ... .php 8010 * 2) In another terminal connect to some address on this port * and make GET or POST request(others ... ho $s , PHP_EOL ; } } } $base -> exit ( NULL ); } $address = "127.0.0.1" ; $port = 80 ; $base = new EventBase ...
https://man.plustar.jp/php/event.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT