| mysql_stat() | ใช้คืนค่า สถานะปัจจุบันของ MySQL |
|---|
function:mysql_stat ( resource );
return type:string
content:ใช้คืนค่า สถานะปัจจุบันของ MySQL โดยจะคืนค่า null ถ้าเกิดความผิดพลาดขึ้น
example:$conn = mysql_connect ( "localhost", "root", "1234" ); echo mysql_stat ( $conn );