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