摘要:
function http_get_imgData($url) { $ch = curl_init (); curl_setopt ( $ch, CURLOPT_CUSTOMREQUEST, 'GET' ); curl_setopt ( $ch, CURLOPT_SSL_VERIFYPEER, fa 阅读全文
posted @ 2019-02-25 10:21
迷失在路上
阅读(334)
评论(0)
推荐(0)
摘要:
function to_unicode($string) { $str = mb_convert_encoding($string, 'UCS-2', 'UTF-8'); $arrstr = str_split($str, 2); $unistr = ''; foreach ($arrstr as 阅读全文
posted @ 2019-02-25 09:23
迷失在路上
阅读(1178)
评论(0)
推荐(0)

浙公网安备 33010602011771号