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.
foreach ループを使用せずに fetch class コマンドの結果を処理する方法があるかどうかを知りたかったのです。ユーザー情報をクラスに入れるログイン機能を作成しようとしています。
ループなしで 1 つの結果のみを保持するクラスからデータを取得する方法はありますか?
$result = $dbquery->fetchALL(PDO::FETCH_CLASS, "userclass"); echo $result->username;