MongoDB 查詢關鍵字查詢(SQL的LIKE) 2016-05-04
使用MongoRegex
例如document的某欄位有關鍵字Hello
請使用new MongoRegex(/Hello/)
但此方法新版本將廢棄不再使用
http://php.net/manual/en/class.mongoregex.php
使用MongoRegex
例如document的某欄位有關鍵字Hello
請使用new MongoRegex(/Hello/)
但此方法新版本將廢棄不再使用
http://php.net/manual/en/class.mongoregex.php