The last Query method: Api-medoo using the last query method of Medoo to obtain the final information of DB. As the last article of Medoo, this article will show how to use the Info method to obtain database information.
Database Information method: info API
Obtain database information.
Info ()
return value: [string]: String.
Tip: It returns a large amount of useful database information.
$database = new Medoo (); Print_r ($database->info ()); /*array ([Server] = uptime:5074 threads:1 questions:15 Slow queries:0 opens:67 Flush tables:1open tables:60 Queries per second avg:0.002[client] = Mysqlnd 5.0.10-20111026-$Id: e707c415db32080b3752b232487a435ee0372157 $[ Driver] = mysql[version] = 5.6.10[connection] = localhost via TCP/IP) */
Medoo version: 0.9.5
Original: Database Information method: Info Api-medoo usage Guide http://loiy.net/post/671.html
At this point, the Medoo Handbook is all translated.
Database Information method: Info Api-medoo Usage Guide