OAuth::setRequestEngine

(PECL OAuth >= 1.0.0)

OAuth::setRequestEngine����Ŀ����������

˵��

public OAuth::setRequestEngine ( int $reqengine ) : void

�����������棬���ڷ��� HTTP ����

Warning

��������δ��д�ĵ������в����б�

����

reqengine

��Ҫ���������档 ��Ϊ OAUTH_REQENGINE_STREAMS ��ʹ�� PHP ������Ϊ OAUTH_REQENGINE_CURL ��ʹ�� Curl��

����ֵ

û�з���ֵ��

�����쳣

���ѡ����һ����Ч���������棬�򷢳�һ�� OAuthException �쳣��

����

Example #1 OAuth::setRequestEngine() ����

<?php
$consumer 
= new OAuth();

$consumer->setRequestEngine(OAUTH_REQENGINE_STREAMS);
?>