09 2017 档案

摘要://验证一维数组或多维数组中有某个值function deep_in_array($value, $array) { foreach($array as $item) { if(!is_array($item)) { if ($item == $value) { return true; } els 阅读全文
posted @ 2017-09-08 11:27 jackduan1 阅读(549) 评论(0) 推荐(0)
摘要:第一种 $content = //html代码; $data = '<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http: 阅读全文
posted @ 2017-09-04 11:08 jackduan1 阅读(372) 评论(0) 推荐(0)