検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 353 for else (0.012 sec.)
Connect the socket 4431
« ZMQSocket::bind ZMQSocket::__construct » PHP Manual ZMQSocket Connect the socket ZMQSocket::co ... ing to $dsn </p>" ; $socket -> connect ( $dsn ); } else { echo "<p>Already connected to $dsn </p>" ; } /* ...
https://man.plustar.jp/php/zmqsocket.connect.html - [similar]
Delete a node in zookeeper synchronously 4431
« Zookeeper::create Zookeeper::exists » PHP Manual Zookeeper Delete a node in zookeeper synchron ... er -> delete ( $path ); if ( $r ) echo 'SUCCESS' ; else echo 'ERR' ; ?> 上の例の出力は以下となります。 SUC ...
https://man.plustar.jp/php/zookeeper.delete.html - [similar]
Checks the existence of a node in zookeeper synchronously 4431
« Zookeeper::delete Zookeeper::get » PHP Manual Zookeeper Checks the existence of a node in zook ... per -> exists ( $path ); if ( $r ) echo 'EXISTS' ; else echo 'N/A or ERR' ; ?> 上の例の出力は以下となります ...
https://man.plustar.jp/php/zookeeper.exists.html - [similar]
Gets the acl associated with a node synchronously 4431
« Zookeeper::get Zookeeper::getChildren » PHP Manual Zookeeper Gets the acl associated with a no ... er -> getAcl ( $path ); if ( $r ) var_dump ( $r ); else echo 'ERR' ; ?> 上の例の出力は以下となります。 arr ...
https://man.plustar.jp/php/zookeeper.getacl.html - [similar]
Lists the children of a node synchronously 4431
« Zookeeper::getAcl Zookeeper::getClientId » PHP Manual Zookeeper Lists the children of a node s ... getchildren ( $path ); if ( $r ) var_dump ( $r ); else echo 'ERR' ; ?> 上の例の出力は以下となります。 arr ...
https://man.plustar.jp/php/zookeeper.getchildren.html - [similar]
Sets the data associated with a node 4431
« Zookeeper::isRecoverable Zookeeper::setAcl » PHP Manual Zookeeper Sets the data associated wit ... set ( $path , $value ); if ( $r ) echo 'SUCCESS' ; else echo 'ERR' ; ?> 上の例の出力は以下となります。 SUC ...
https://man.plustar.jp/php/zookeeper.set.html - [similar]
Gets the last committed configuration of the ZooKeeper cluster as it is known to... 4431
« ZookeeperConfig::add ZookeeperConfig::remove » PHP Manual ZookeeperConfig Gets the last commit ... (); $r = $zkConfig -> get (); if ( $r ) echo $r ; else echo 'ERR' ; ?> 上の例の出力は以下となります。 ser ...
https://man.plustar.jp/php/zookeeperconfig.get.html - [similar]
4341
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... fferEvent :: CONNECTED ) { echo "Connected.\n" ; } elseif ( $events & ( EventBufferEvent :: ERROR | EventB ... fferEvent :: CONNECTED ) { echo "Connected.\n" ; } elseif ( $events & ( EventBufferEvent :: ERROR | EventB ... ; if ( is_null ( $req )) { echo "Timed out\n" ; } else { $response_code = $req -> getResponseCode (); if ... onse_code == 0 ) { echo "Connection refused\n" ; } elseif ( $response_code != 200 ) { echo "Unexpected res ...
https://man.plustar.jp/php/event.examples.html - [similar]
Returns the values most recently detected by Ev 4341
« EvStat EvStat::__construct » PHP Manual EvStat Returns the values most recently detected by Ev ... f ( "Current mtime: %ld\n" , $attr [ 'mtime' ]); } else { fprintf ( STDERR , "`messages` file is not there ...
https://man.plustar.jp/php/evstat.attr.html - [similar]
ビルトインウェブサーバー 4341
« 対話シェル INI 設定 » PHP Manual コマンドラインの使用法 ビルトインウェブサーバー ビルトインウェ ... クエストされたリソースをそのままの形式で扱います。 } else { echo "<p>Welcome to PHP</p>" ; } ?> $ php -S loc ... " ); readfile ( $_SERVER [ "SCRIPT_FILENAME" ]); } else { return FALSE ; } ?> $ php -S localhost:8000 rout ...
https://man.plustar.jp/php/features.commandline.webserver.html - [similar]