<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.oauthprovider.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'oauthprovider.checkoauthrequest.php',
    1 => 'OAuthProvider::checkOAuthRequest',
    2 => 'oauth リクエストをチェックする',
  ),
  'up' => 
  array (
    0 => 'class.oauthprovider.php',
    1 => 'OAuthProvider',
  ),
  'prev' => 
  array (
    0 => 'oauthprovider.calltokenhandler.php',
    1 => 'OAuthProvider::calltokenHandler',
  ),
  'next' => 
  array (
    0 => 'oauthprovider.construct.php',
    1 => 'OAuthProvider::__construct',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/oauth/oauthprovider/checkoauthrequest.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="oauthprovider.checkoauthrequest" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">OAuthProvider::checkOAuthRequest</h1>
  <p class="verinfo">(PECL OAuth &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">OAuthProvider::checkOAuthRequest</span> &mdash; <span class="dc-title">oauth リクエストをチェックする</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-oauthprovider.checkoauthrequest-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>OAuthProvider::checkOAuthRequest</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$uri</code><span class="initializer"> = ?</span></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$method</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="simpara">
   OAuth リクエストをチェックします。
  </p>

  <div class="warning"><strong class="warning">警告</strong><p class="simpara">この関数は、
現在のところ詳細な情報はありません。引数のリストのみが
記述されています。</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-oauthprovider.checkoauthrequest-parameters">
  <h3 class="title">パラメータ</h3>
  <dl>
   
    <dt><code class="parameter">uri</code></dt>
    <dd>
     <span class="simpara">
      オプションの <abbr title="Uniform Resource Identifier">URI</abbr>、あるいはエンドポイント。
     </span>
    </dd>
   
   
    <dt><code class="parameter">method</code></dt>
    <dd>
     <span class="simpara">
      <abbr title="Hypertext Transfer Protocol">HTTP</abbr> メソッド。
      <strong><code><a href="oauth.constants.php#constant.oauth-http-method-get">OAUTH_HTTP_METHOD_<span class="replaceable">*</span></a></code></strong> OAuth 定数
      のいずれかをオプションで渡します。
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-oauthprovider.checkoauthrequest-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="simpara">
   値を返しません。
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-oauthprovider.checkoauthrequest-errors">
  <h3 class="title">エラー / 例外</h3>
  <p class="simpara">
   HTTP メソッドを検出できない場合には <strong><code><a href="errorfunc.constants.php#constant.e-error">E_ERROR</a></code></strong>
   レベルのエラーが発生します。
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-oauthprovider.checkoauthrequest-seealso">
  <h3 class="title">参考</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="oauthprovider.reportproblem.php" class="methodname" rel="rdfs-seeAlso">OAuthProvider::reportProblem()</a> - 問題を報告する</span></li>
  </ul>
 </div>


</div><?php manual_footer($setup); ?>