复制


PHP

追加 file_put_contents("log.txt",.date("Y-n-j G:i:s")."\r\n",FILE_APPEND);

字符串填充 str_pad('666',10,'0',STR_PAD_LEFT)

数组转字符串 var_export($db, TRUE);

字符串翻转 strrev('123')

设置编码 header("Content-type: text/html; charset=utf-8");

设置301 Header("HTTP/1.1 301 Moved Permanently");

跳转 header("Location: http://www.666.com/");

数组转json json_encode($json, JSON_UNESCAPED_UNICODE);


JQ

addClass $("p").addClass("selected");

removeClass $("p").removeClass("selected");


网络

网络传输路径 tracert -d -4 www.tolog.cn

查看端口 telnet 42.192.46.7 4222