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

浙公网安备 33010602011771号