2017/04/26 23:19:50
めりー@店主
@merry
$url = 'https://xxxxxxxxxxxxxxxxxxxxxxxxx';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,true);
curl_setopt($ch,CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_POSTFIELDS, rawurldecode(http_build_query(array(
'apikey' => 'xxxxxxxxxxxxxxxxxxxxxxxxxx',
'query' => 'てすと'
))));
2017/04/09 14:33:19
めりー@店主
@merry
ウェイトレスが沈黙したのは鯖のphp関数の制限が理由だった
http://www.webcrow.jp/support/man/homepage_php.php
exec()
ふぁっく