strstr 显示出现之前的字符串
我想像这样获取针出现后字符串的第一位...
$user = strstr('[email protected]', '@', true);
但这仅适用于 PHP 版本 5.3.0,我有 5.2.9 有什么办法可以得到相同的结果吗?
I want to get the first bit of the string after the occurrence of the needle like this...
$user = strstr('[email protected]', '@', true);
But this only works with PHP Version 5.3.0, I have 5.2.9
Is there a way I can get the same results?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)