<?php
Reflection::export(new ReflectionClass('SimpleXMLElement'));
[mysqld]
default-character-set = utf8
init-connect = "SET NAMES 'utf8'"
[mysqldump]
default-character-set = utf8
[mysql]
default-character-set = utf8
$context = stream_context_create(array('http' => array(
'method' => 'GET',
'header' => 'User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)',
)));
$url = "http://hain.jp";
$data = file_get_contents($url, false, $context);
極論istの技術屋を始めて早幾年。 流れの速い業界の波にもまれながらも精一杯生きている様をとくとごらんあれ。