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_fetch_objectと、レコードセットがオブジェクトとして返されます。このオブジェクトが特定のクラスのオブジェクトであることを知りたいですか?
mysql_fetch_object
または単に、返されたmysql_fetch_objectオブジェクトはどのクラスのオブジェクトですか?
ドキュメント自体には、結果のクラスは、stdClassまたは関数の2番目のパラメーターとして渡すものになると記載されています。
stdClass