Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经将一些二进制数据作为字符串存储在 MongoDB 中。如何从 PHP 中检索它?
本文描述了如何在 Perl 中进行操作,但是如何在 PHP 中进行管理呢?
以下不起作用:
$query = array('md5' => "00<ΧTcwdrC"); $cursor = $collection->find($query);
根据文档:
要访问 MongoBinData 的内容,请使用 bin 字段。
$obj['fieldname']->bin