前一篇《最後查詢方法:Last Query API-Medoo使用指南》介紹了使用Medoo的Last Query 方法取得DB的最後查詢信息。本文做爲Medoo的最後一篇,將介紹如何使用Info方法取得數據庫信息。php
數據庫信息方法: Info APIhtml
取得數據庫信息。mysql
info()
返回值: [string]:字符串。sql
提示:它返回大量有用的數據庫信息。數據庫
$database = new medoo(); print_r($database->info()); /* Array ( [server] => Uptime: 5074 Threads: 1 Questions: 15 Slow queries: 0 Opens: 67 Flush tables: 1 Open 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版本: 0.9.5post
原文: 數據庫信息方法:Info API-Medoo使用指南 http://loiy.net/post/671.htmlspa
至此, Medoo手冊就所有翻譯完了。.net