(PECL OAuth >= 1.0.0)
OAuth::setRequestEngine — ����Ŀ����������
$reqengine
) : void�����������棬���ڷ��� HTTP ����
��������δ��д�ĵ������в����б�
reqengine
��Ҫ���������档 ��Ϊ OAUTH_REQENGINE_STREAMS
��ʹ�� PHP ������Ϊ OAUTH_REQENGINE_CURL
��ʹ�� Curl��
û�з���ֵ��
���ѡ����һ����Ч���������棬��һ�� OAuthException �쳣��
Example #1 OAuth::setRequestEngine() ����
<?php
$consumer = new OAuth();
$consumer->setRequestEngine(OAUTH_REQENGINE_STREAMS);
?>