Convert hex color to RGB values in PHP

前端 未结 15 1839
轮回少年
轮回少年 2020-11-30 21:32

What would be a good way to convert hex color values like #ffffff into the single RGB values 255 255 255 using PHP?

15条回答
提交回复
热议问题