update : 2015.11.03
php.shukuma.com검색:
|
MongoCursor::setFlag(PECL mongo >=1.2.11) MongoCursor::setFlag — Sets arbitrary flags in case there is no method available the specific flag 설명The MongoCursor class has several methods for setting flags on the query object. This method is available in case the MongoDB wire protocol has acquired a new flag, and the driver has not been updated with a method for this new flag. In all other cases, the method should be used. See the "See also" section for available methods. 인수
반환값Returns this cursor. 오류/예외Shows a warning when an unsupport flag is attempted to be set. 변경점
예제Example #1 MongoCursor::setFlag() example
<?php 참고
|