stats() 공개 메소드

Get collection stat
public stats ( ) : array
리턴 array collection stat
예제 #1
0
 public function testStats()
 {
     $stats = $this->collection->stats();
     // error occuned - ns not found
     $this->assertEquals((double) 0, $stats['ok']);
 }