I've got object and I need list of it's keys.
for now I doing that in foreach
foreach($obj as $key => $attribute){
var_dump($key);
}
Is there some PHP built in function for getting object keys like array_keys
for arrays?
trace
object(Solarium\QueryType\Select\Result\Document)#1383 (1) { ["fields":protected]=> array(31) { ["pdf_url"]=> string(51) "xxxxxxxxxxxx" ["title"]=> string(150) ......