Retrieving string-encoded binary data from MongoDB in PHP -
i have stored binary data in mongodb string. how can retrieve php?
this article describes how in perl, how can manage in php?
the following doesn't work:
$query = array('md5' => "00<Χtcwdrc"); $cursor = $collection->find($query);
Comments
Post a Comment