```php public function test_test() { $count = 5; for($i = 0; $i < $count; ++$i) { $exh_users[] = AuthJwt::get_token($this, ['exhibition']); $hsh = substr($exh_users[$i]['auth_hdr']['Authorization'], 0, 15); echo "{$exh_users[$i]['user']->id}: {$hsh}\n"; } } ``` を叩くと ```text tbrown: bearer eyJ0eXAi cleffler: bearer eyJ0eXAi spowlowski: bearer eyJ0eXAi jennings18: bearer eyJ0eXAi dereck.torp: bearer eyJ0eXAi ``` が返ってくる、~~うーん?~~ 普通にこれは過去の議論でした、コメントん参照
を叩くと
が返ってくる、
うーん?普通にこれは過去の議論でした、コメントん参照