OAuth::setRequestEngine
(PECL OAuth >= 1.0.0)
OAuth::setRequestEngine — setRequestEngine
説明
HTTP リクエストの送信に使うリクエストエンジンを設定します。
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
パラメータ
reqengine
-
使いたいリクエストエンジン。
OAUTH_REQENGINE_STREAMS
は PHP のストリームを使い、OAUTH_REQENGINE_CURL
は Curl を使います。
戻り値
値を返しません。
エラー / 例外
無効なリクエストエンジンを選んだ場合には OAuthException が発生します。
例
例1 OAuth::setRequestEngine() example
<?php
$consumer = new OAuth();
$consumer->setRequestEngine(OAUTH_REQENGINE_STREAMS);
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google