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
messagexsend.php 第42行 $request['addressbook'] = substr($request['addressbook'],0,strlen($request['addressbook'])-2);应该是-1 message.php 第37行 $arg = substr($arg,0,strlen($arg)-2); 也应该是-1即可 另外 message.php 34行到36行,each在php7里面被废弃了 建议改成foreach
The text was updated successfully, but these errors were encountered:
No branches or pull requests
messagexsend.php 第42行 $request['addressbook'] = substr($request['addressbook'],0,strlen($request['addressbook'])-2);应该是-1
message.php 第37行 $arg = substr($arg,0,strlen($arg)-2); 也应该是-1即可
另外 message.php 34行到36行,each在php7里面被废弃了 建议改成foreach
The text was updated successfully, but these errors were encountered: