Home > Article > Backend Development > Why does PHP prompt not found when connecting to mongodb?
php reports error when connecting to mongodb, connect according to the method provided by php.net
$this->mongodb = new MongoClient();
I don’t know why, please give me some guidance
php reports error when connecting to mongodb, connect according to the method provided by php.net
$this->mongodb = new MongoClient();
I don’t know why, please give me some guidance