관리-도구
편집 파일: cursorinterface-003.phpt
--TEST-- MongoDB\Driver\CursorInterface does not extend Iterator --FILE-- <?php var_dump(in_array('Iterator', class_implements('MongoDB\Driver\CursorInterface'))); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- bool(false) ===DONE===