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
问题报错原因是count()函数只对Countable或数组有效,而字符串则需要用strlen()函数去求长度
php-sdk/src/Qiniu/Http/Header.php
Line 265 in dd4b3d3
The text was updated successfully, but these errors were encountered:
具体错误为:count(): Parameter must be an array or an object that implements Countable
Sorry, something went wrong.
fix header isValidKeyName #374
5e1711f
@doghap 感谢反馈!:pray:
Successfully merging a pull request may close this issue.
问题报错原因是count()函数只对Countable或数组有效,而字符串则需要用strlen()函数去求长度
php-sdk/src/Qiniu/Http/Header.php
Line 265 in dd4b3d3
The text was updated successfully, but these errors were encountered: