絶対光にしないとって思って申し込んだわけじゃないけどたしか3万円キャッシュバックキャンペーンとかやってて、月6000円としても5ヶ月くらいは無料ってことじゃんって思って申し込みました。
先日縛りの2年も終わったので次はどうしようかなぁって思ってたら「フレッツ光で最大60,000円キャッシュバック実施中!
2年縛りとかあるのかな。これで儲かんのかな。。
とりあえず乗り換えを検討するか…。
// Create DOM from URL or file
$html = file_get_html('http://www.google.com/');
// Find all images●タグを抜き取ったプレーンテキスト
foreach($html->find('img') as $element) {
echo $element->src;
}
// Find all links
foreach($html->find('a') as $element) {
echo $element->href;
}
// Dump contents (without tags) from HTML●要素(属性)の書き換え
echo file_get_html('http://www.google.com/')->plaintext;
// Create DOM from string
$html = str_get_html('<div id="hello">Hello</div><div id="world">World</div>');
$html->find('div', 1)->class = 'bar';
$html->find('div[id=hello]', 0)->innertext = 'foo';
echo $html; // Output: <div id="hello">foo</div><div class="bar" id="world">World</div>
WEBサイトへアクセスしているユーザーのIPアドレスをもとに、エリア情報(国、都道府県、市区町村)や組織情報などを判定するAPIサービスです。
簡単なご利用登録をしていただくだけで、これらの情報を簡単に取得することができます。是非、新しいサイトや既存コンテンツにお役立て下さい。