Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mysql_query/mysqli_queryおよびmysql_fetch_*/mysqli_fetch_*機能が実際にどのように機能するのだろうか。mysql_query呼び出しの結果はどこに保存されますか? MySQL サーバーですか、それとも PHP クライアントですか? データの送信はいつ発生しますか?
mysql_query
mysqli_query
mysql_fetch_*
mysqli_fetch_*