SyntaxFix
Write A Post
Hire A Developer
Questions
This is because $pjs is an one-element-array of objects, so first you should access the array element, which is an object and then access its attributes.
$pjs
echo $pjs[0]->player_name;
Actually dump result that you pasted tells it very clearly.