Answer the question
In order to leave comments, you need to log in
Why is the foreach loop breaking?
There is a loop in the controller (yii2)
foreach ($accounts as $account) {
if($account['statys']!="3") // только активные
{
$inst = $this->InstaHash($account['url']);
//$inst_user = $inst['entry_data']['ProfilePage'][0]['graphql']['user'];
$inst_user = $inst['entry_data']['ProfilePage'][0]['graphql']['user'];
$posts = $inst_user['edge_owner_to_timeline_media']['edges'];
echo 'Yes';//var_dump($posts);
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question