Mysql
Function: mysql_get_host_info()
function: mysql_get_host_info ( resource );
return
type: string
content: ใช้คืนค่า host ที่ติดตั้ง MySQL โดยจะคืนค่า false ถ้าเกิดความผิดพลาดขึ้น
example: $conn = mysql_connect (
"localhost", "root", "1234" );
echo
mysql_get_host_info ( $conn );
ไม่มีความคิดเห็น:
แสดงความคิดเห็น