比较 PHP 中的 ICU 排序键 (collator_get_sort_key)
strcmp()
是否适合比较 PHP 中的 ICU 整理器排序键?
我要问的排序键来自 collator_get_sort_key()
,在 ICU 文档中进行了描述。
Is strcmp()
appropriate for comparing ICU collator sort keys in PHP?
The sort keys I'm asking about are from collator_get_sort_key()
which are described in ICU documentation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果确实只是空终止值的二进制比较,则可以使用 strcmp。
http://userguide.icu-project.org/collation
strcmp can be used if indeed it is just a binary comparison of the null terminated value.
http://userguide.icu-project.org/collation