摘要:
$data['token'] = '81088eea39e597be1c9cb745b9845844';$url = 'https://xxxxxxxxx/getCurrentUser';$result = curl_telnet($data,$url);print_r($result);funct 阅读全文
posted @ 2018-05-09 14:41
黑白配
阅读(2206)
评论(0)
推荐(0)
摘要:
$v = createStartToEnd("A","AZ");print_r($v);function createStartToEnd($s='',$e=''){ $_start = $s; $_end = $e; $_start = strtoupper($_start); $_end = s 阅读全文
posted @ 2018-05-09 13:33
黑白配
阅读(2307)
评论(0)
推荐(0)