摘要: https://github.com/postmanlabs/postman-app-support/releases 阅读全文
posted @ 2018-11-06 15:21 哦一哦啊啊 阅读(771) 评论(0) 推荐(1) 编辑
摘要: curl_close — 关闭一个cURL会话curl_copy_handle — 复制一个cURL句柄和它的所有选项curl_errno — 返回最后一次的错误号curl_error — 返回一个保护当前会话最近一次错误的字符串curl_escape — 使用 URL 编码给定的字符串curl_e 阅读全文
posted @ 2018-11-06 14:53 哦一哦啊啊 阅读(3247) 评论(0) 推荐(0) 编辑
摘要: //方法一:$a ="abc";$b="def";$a = $a^$b;$b = $b^$a;$a = $a^$b;//方法二:list($a, $b)= array($b, $a);//方法三:$a = $a . $b;$b = strlen( $b );$b = substr( $a,0,(st 阅读全文
posted @ 2018-11-06 14:47 哦一哦啊啊 阅读(1250) 评论(0) 推荐(0) 编辑