method:new mysqli ( server, username, password );return type:objectcontent:ใช้ในการเชื่อมต่อกับฐานข้อมูลexample:$conn = new mysqli ( "localhost", "root", "1234" );