I am dealing with a (PHP5) class that uses a MySQL resource (public $_conn). When I do print_r($this->-conn), I get a text such as Resource id #30.
Is it possible to get the connection details for that particular resource? I have to get at least the MySQL username?