downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

예제> <실행시 설정
Last updated: Fri, 24 Jul 2009

view this page in

예약 상수

이 확장은 다음의 상수들을 정의합니다. 이 확장을 PHP에 내장했거나, 실행시에 동적으로 읽어들일 경우에만 사용할 수 있습니다.

Mongo::DEFAULT_HOST (string)
"localhost"
Mongo::DEFAULT_PORT (int)
27017
MongoDB::PROFILING_OFF (int)
Turn off database profiling
MongoDB::PROFILING_SLOW (int)
Turn on database profiling for slow operations
MongoDB::PROFILING_ON (int)
Turn on database profiling for all operations
MongoUtil::LT (string)
Less than
MongoUtil::LTE (string)
Less than or equal to
MongoUtil::GT (string)
Greater than
MongoUtil::GTE (string)
Greater than or equal to
MongoUtil::IN (string)
In
MongoUtil::NE (string)
Not equal
MongoUtil::ASC (int)
Ascending
MongoUtil::DESC (int)
Descending
MongoUtil::BIN_ARRAY (int)
Default binary type: an array of bytes
MongoUtil::BIN_UUID (int)
Universal unique id
MongoUtil::BIN_MD5 (int)
MD5 type
MongoUtil::BIN_CUSTOM (int)
User-defined binary type


add a note add a note User Contributed Notes
예약 상수
There are no user contributed notes for this page.

예제> <실행시 설정
Last updated: Fri, 24 Jul 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites