I recently upgraded the latest PHP driver and could do an "explain" query by using the "$explain" modifier when executing the query, however as of MongoDB 3.2 the operator was removed so this is no longer possible.
So my question is how can I do an explain query with the new driver and MongoDB 3.2?