Coverting Hex to Image in PHP?

前端 未结 2 937
别那么骄傲
别那么骄傲 2020-12-02 02:13

I am developing mobile app which talks with server via PHP Webservice. This is my first time using PHP. I managed to upload data in to database. Now i need to s

2条回答
  •  伪装坚强ぢ
    2020-12-02 02:57

    Suppose you have received a hex string in a page where you want to convert this hex to real image. Please check this code snippet will help you or not.

    
    

提交回复
热议问题