MongoClient::getConnections

(PECL mongo >=1.3.0)

MongoClient::getConnections锟斤拷锟斤拷锟斤拷锟斤拷锟窖达拷锟斤拷锟接碉拷锟斤拷息

This extension that defines this method is deprecated. Instead, the MongoDB extension should be used. There is no equivalent for this method in the new extension.

说锟斤拷

public static MongoClient::getConnections ( void ) : array

锟斤拷锟斤拷锟斤拷锟斤拷锟窖达拷锟斤拷锟接碉拷锟斤拷锟介,锟斤拷锟斤拷每锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷息

锟斤拷锟斤拷

锟剿猴拷锟斤拷没锟叫诧拷锟斤拷锟斤拷

锟斤拷锟斤拷值

锟斤拷锟斤拷锟接碉拷一锟斤拷 array锟斤拷

锟斤拷锟斤拷

Example #1 MongoClient::getConnections() 锟斤拷锟斤拷

<?php
$m 
= new MongoClient;
var_dump($m->getConnections());
?>

锟斤拷锟斤拷锟斤拷锟教碉拷锟斤拷锟斤拷锟斤拷锟斤拷冢锟�

array(1) {
  [0]=>
  array(3) {
    ["hash"]=>
    string(26) "localhost:27017;-;X;56052"
    ["server"]=>
    array(3) {
      ["host"]=>
      string(10) "localhost"
      ["port"]=>
      int(27017)
      ["pid"]=>
      int(56052)
    }
    ["connection"]=>
    array(8) {
      ["last_ping"]=>
      int(1354076401)
      ["last_ismaster"]=>
      int(0)
      ["ping_ms"]=>
      int(0)
      ["connection_type"]=>
      int(1)
      ["connection_type_desc"]=>
      string(10) "STANDALONE"
      ["max_bson_size"]=>
      int(16777216)
      ["tag_count"]=>
      int(0)
      ["tags"]=>
      array(0) {
      }
    }
  }
}