We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
First, thanks for the code, and it works just fine as it is. But: I am trying to get the count of the tweets by counting the data in the json object:
$data = json_decode(return_json($return), true); return count($data)
but I keep getting the error: PHP Notice: Undefined offset: 20 in phpTwitter/tweet2json.php on line 92 with other similar on other lines.
I even tried to insert the output into a file, same error.
Thanks for your help and best regards, Amal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
First, thanks for the code, and it works just fine as it is.
But: I am trying to get the count of the tweets by counting the data in the json object:
$data = json_decode(return_json($return), true);
return count($data)
but I keep getting the error:
PHP Notice: Undefined offset: 20 in phpTwitter/tweet2json.php on line 92
with other similar on other lines.
I even tried to insert the output into a file, same error.
Thanks for your help and best regards,
Amal
The text was updated successfully, but these errors were encountered: