This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/***************************************************************************** | |
このクラスは某、打ち止め氏のktaiwebから投稿するためのクラスを書きなおしたものです。 | |
cURLの方がアクセスは何故か早かったので、authenticity_tokenとCookieはcURLで取得しています。 | |
PHP.iniの設定でextension=php_curl.dllをコメントアウトしていると正しく使えず、errorが出る可能性があります。 | |
;を外して再起動すれば使えるようになると思います。 | |
-----テスト環境----- | |
・Windows Vista SP1 | |
・Apache/2.2.17 (Win32) |
NewerOlder