PHP 配列の結合 2010年05月20日 過去Blog $array3 = array_merge($array1,$array2); a complete guide to the acai berry diet… この記事の続きを読む
htmlソース内からメールアドレスを抽出 2010年05月20日 過去Blog //mailto:が使用されているメールアドレス preg_match_all("/mailto:(.+?)"/s", $html2, $matches); //mailto:は使用されておらず、@を基準に判別 preg_match_all('/[-.w/]+@[-._[:lower:]d]+.[[:lower:]]{2,4}/s', $html2, $matches); … この記事の続きを読む