google ads head

ฟังก์ชั่นอ้างอิง > PHP MySQL

ฟังก์ชั่นเกี่ยวกับ MySQL
จำนวนฟังก์ชั่นทั้งหมด: 10


mysql_connect
Open a connection to a MySQL Server

mysql_close
Close MySQL connection

mysql_pconnect
Open a persistent connection to a MySQL server

mysql_fetch_assoc
Fetch a result row as an associative array

mysql_db_query
Send a MySQL query

mysql_fetch_row
Get a result row as an enumerated array

mysql_num_rows
Get number of rows in result

mysql_fetch_array
Fetch a result row as an associative array, a numeric array, or both

mysql_query
Send a MySQL query