<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.rnp.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.rnp-supported-features.php',
    1 => 'rnp_supported_features',
    2 => 'Get supported features in JSON format',
  ),
  'up' => 
  array (
    0 => 'ref.rnp.php',
    1 => 'Rnp 関数',
  ),
  'prev' => 
  array (
    0 => 'function.rnp-save-keys-to-path.php',
    1 => 'rnp_save_keys_to_path',
  ),
  'next' => 
  array (
    0 => 'function.rnp-version-string.php',
    1 => 'rnp_version_string',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/rnp/functions/rnp-supported-features.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.rnp-supported-features" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">rnp_supported_features</h1>
  <p class="verinfo">(PECL rnp &gt;= 0.1.1)</p><p class="refpurpose"><span class="refname">rnp_supported_features</span> &mdash; <span class="dc-title">Get supported features in JSON format</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.rnp-supported-features-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>rnp_supported_features</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$type</code></span>): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="simpara">
   Get the JSON formatted string containing array of supported rnp feature values (algorithms, curves, etc) by type.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-function.rnp-supported-features-parameters">
  <h3 class="title">パラメータ</h3>
  <dl>
   
    <dt><code class="parameter">type</code></dt>
    <dd>
     <span class="simpara">
      See RNP_FEATURE_* constants for supported values.
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.rnp-supported-features-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="simpara">
   String containing JSON formatted array of supported algorithms, curves, etc失敗した場合に <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> を返します.
  </p>
 </div>



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