検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 1032 for example (0.025 sec.)
Create new MongoDB Manager 3740
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... 例 例1 MongoDB\Driver\Manager::__construct() basic examples Connecting to standalone MongoDB node: <?php $man ... ager = new MongoDB \ Driver \ Manager ( "mongodb://example.com:27017" ); ?> Connecting to standalone MongoDB ... = new MongoDB \ Driver \ Manager ( "mongodb://rs1.example.com,rs2.example.com/?replicaSet=myReplicaSet" ); ? ... ew MongoDB \ Driver \ Manager ( "mongodb://mongos1.example.com,mongos2.example.com/" ); ?> Connecting to Mong ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
Disconnect a socket 3740
« ZMQSocket::__construct ZMQSocket::getEndpoints » PHP Manual ZMQSocket Disconnect a socket ZMQS ... , pgm or epgm. パラメータ dsn The connect dsn, for example transport://address . 戻り値 Returns the current o ... dpoint , getEndpoints , where , Throws , Returns , example ...
https://man.plustar.jp/php/zmqsocket.disconnect.html - [similar]
Unbind the socket 3740
« ZMQSocket::setSockOpt ZMQPoll » PHP Manual ZMQSocket Unbind the socket ZMQSocket::unbind (PECL ... epgm. パラメータ dsn The previously bound dsn, for example transport://address . 戻り値 Returns the current o ... the , unbind , endpoint , pgm , Throws , Returns , example , bound ...
https://man.plustar.jp/php/zmqsocket.unbind.html - [similar]
Yaf_Router クラス 3692
« Yaf_Route_Rewrite::route Yaf_Router::addConfig » PHP Manual Yaf Yaf_Router クラス Yaf_Router ク ... es" => "Index,Blog", ), ); コントローラのみ http://example/news controller == news アクションのみ (php.ini で ... として無効な場合はコントローラ名とみなします http://example/foo controller == foo モジュール + コントローラ ht ... tp://example/blog/archive module == blog controller == archive ... モジュール + コントローラ + アクション http://example/blog/archive/list module == blog controller == arc ...
https://man.plustar.jp/php/class.yaf-router.html - [similar]
HTTP コンテキストオプションの一覧 3692
« ソケットコンテキストオプション FTP コンテキストオプション » PHP Manual コンテキストオプションと ... string プロキシサーバーを示す URI (例: tcp://proxy.example.com:5100 )。 request_fulluri bool true を指定すると ... クエストを生成する際に完全な URI (例: GET http://www.example.com/path/to/file.html HTTP/1.0 ) が用いられます。こ ... e ( $opts ); $result = file_get_contents ( 'http://example.com/submit.php' , false , $context ); ?> 例2 リダイ ... 、ヘッダとコンテンツの取得 <?php $url = "http://www.example.org/header.php" ; $opts = array( 'http' => array( ...
https://man.plustar.jp/php/context.http.html - [similar]
Returns the value for a given key 3692
« Ds\Map::first Ds\Map::hasKey » PHP Manual Map Returns the value for a given key Ds\Map::get (P ... eys will be coerced to integers by the engine. For example, $map["1"] will attempt to access int(1) , while $ ... fault value was not provided. 例 例1 Ds\Map::get() example <?php $map = new \ Ds \ Map ([ "a" => 1 , "b" => 2 ... のようになります。 int(1) int(10) 例2 Ds\Map::get() example using array syntax <?php $map = new \ Ds \ Map ([ ...
https://man.plustar.jp/php/ds-map.get.html - [similar]
Creates a new instance 3692
« Ds\PriorityQueue::clear Ds\PriorityQueue::copy » PHP Manual PriorityQueue Creates a new instan ... w instance. 例 例1 Ds\PriorityQueue::__construct() example <?php $queue = new \ Ds \ PriorityQueue (); var_du ... iorityQueue , Ds , a , construct , copy , public , example ...
https://man.plustar.jp/php/ds-priorityqueue.construct.html - [similar]
繰り返し正規表現検索を行う 3692
« preg_last_error preg_match » PHP Manual PCRE 関数 繰り返し正規表現検索を行う preg_match_all (P ... hp preg_match_all ( "|<[^>]+>(.*)</[^>]+>|U" , "<b>example: </b><div align=left>this is a test</div>" , $out ... 1 ] . "\n" ; ?> 上の例の出力は以下となります。 <b>example: </b>, <div align=left>this is a test</div> exampl ... hp preg_match_all ( "|<[^>]+>(.*)</[^>]+>|U" , "<b>example: </b><div align=\"left\">this is a test</div>" , $ ... 1 ] . "\n" ; ?> 上の例の出力は以下となります。 <b>example: </b>, example: <div align="left">this is a test</ ...
https://man.plustar.jp/php/function.preg-match-all.html - [similar]
Set SeasLog base path 3692
« SeasLog::notice SeasLog::setDatetimeFormat » PHP Manual SeasLog Set SeasLog base path SeasLog: ... s, FALSE on failure. 例 例1 SeasLog::setBasePath() example <?php /* ... */ ?> 上の例の出力は、 たとえば以下の ... ード: SeasLog , path , Set , setBasePath , Return , example , failure , FALSE , success , setted ...
https://man.plustar.jp/php/seaslog.setbasepath.html - [similar]
ドキュメントで使用している名前空間を返す 3692
« SimpleXMLElement::getName SimpleXMLElement::registerXPathNamespace » PHP Manual SimpleXMLEleme ... n="1.0" standalone="yes"?> <people xmlns:p="http://example.org/ns" xmlns:t="http://example.org/test"> <p:pers ... 下となります。 array(1) { ["p"]=> string(21) "http://example.org/ns" } 参考 SimpleXMLElement::getDocNamespaces( ...
https://man.plustar.jp/php/simplexmlelement.getnamespaces.html - [similar]