安正超
安正超
只会保留这些:https://github.com/overtrue/pinyin/blob/master/src/Pinyin.php#L45
这个容易出错哈,比如一个词两个字用了不同的样式会被标签分开,就没办法做词语识别了 Kitesky 于2020年8月13日 周四下午4:53写道: > > > > 文章段落翻译成为拼音,能否保持格式? > > > > > > > — > You are receiving this because you are subscribed to this thread. >...
PHP 7.4 在 7 个月前就没有积极的支持了。并且安全性支持也将在4个月后结束。 还有,你也可以选择使用这个包的旧版本来兼容 PHP 7 ,比如 3.x 只需要 PHP 5.5 https://github.com/overtrue/pinyin/blob/3.x/composer.json#L28 > https://www.php.net/supported-versions.php
这么神奇? Steve Yin 于2019年10月28日 周一下午11:54写道: > 找了许久才找到这个问题, 只要用 $pinyin->abbr('中、文') 就会导至php 直接崩溃. > > 奇怪的是, 这个问题在mac下面的php 7.3.10/11下面没有, 我的Linux服务器上的7.3.10/11只要有顿号, php直接奔溃, > 什么错误提示都没有. > > — > You are receiving this because you...
@steve3d 这个问题貌似是 psysh 的锅,你可以升级一下试试
Yes, I am working on this.
https://www.easywechat.com/docs
@sleepycodernotes docs root directory.
因为此购物车是基于 session 的,所以在存储完成后你不能在后面中断进程,比如 dd() 这样,这样 session 不会正确写入,所以你到其它 controller 中就拿不到了。因为 laravel 的 session 是后续写入的。