Convert Unicode hex to decimals in PHP 7.4

前端 未结 0 1287
陌清茗
陌清茗 2021-01-20 11:13

The following if-condition executes as expected:

    if (hexdec($range[0]) < $char && $char < hexdec($range[1])) {

however givi

相关标签:
回答
  • 消灭零回复
提交回复
热议问题