update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns the Server object to which this cursor is attached

MongoDB\Driver\Cursor::getServer

(mongodb >=0.2.0)

MongoDB\Driver\Cursor::getServerReturns the Server object to which this cursor is attached

설명

final public MongoDB\Driver\Server MongoDB\Driver\Cursor::getServer ( void )

인수

이 함수는 인수가 없습니다.

반환값

오류/예외

예제

Example #1 MongoDB\Driver\Cursor::getServer() example

<?php

/* ... */

?>

위 예제의 출력 예시:

...

참고