郭全祯的博客

php两数组求差异 arrar_diff

今天看到一个技术群里讨论,取两数组差异数据!就自己试了一下。$a1=array("a"=>"red","b"=>"green","c"=>"blue","d"=>"yellow"); $a2=array("e"=>"red","f"=>"green","g"=>"blue","h"=>"o...

php+微信分享(jsonp)

看到新浪的文章微信里可以自己设置分享参数,再看看自己文章。感觉low死了,所以看了看微信的文档写一个。先上php:class wxController extends Controller { public $appid='wx-------'; public $secret='--------'; function share(){ $data=[...