<?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 => 'es',
  ),
  'this' => 
  array (
    0 => 'function.rnp-backend-string.php',
    1 => 'rnp_backend_string',
    2 => 'Devuelve el nombre de la biblioteca back-end de criptograf&iacute;a',
  ),
  'up' => 
  array (
    0 => 'ref.rnp.php',
    1 => 'Funciones de Rnp',
  ),
  'prev' => 
  array (
    0 => 'ref.rnp.php',
    1 => 'Funciones de Rnp',
  ),
  'next' => 
  array (
    0 => 'function.rnp-backend-version.php',
    1 => 'rnp_backend_version',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/rnp/functions/rnp-backend-string.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.rnp-backend-string" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">rnp_backend_string</h1>
  <p class="verinfo">(PECL rnp &gt;= 0.1.1)</p><p class="refpurpose"><span class="refname">rnp_backend_string</span> &mdash; <span class="dc-title">Devuelve el nombre de la biblioteca back-end de criptografía</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.rnp-backend-string-description">
  <h3 class="title">Descripción</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>rnp_backend_string</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="simpara">

  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-function.rnp-backend-string-parameters">
  <h3 class="title">Parámetros</h3>
  <p class="para">Esta función no contiene ningún parámetro.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.rnp-backend-string-returnvalues">
  <h3 class="title">Valores devueltos</h3>
  <p class="simpara">
   El nombre de la biblioteca back-end de criptografía. Las bibliotecas de criptografía
   soportadas son &quot;Botan&quot; y &quot;OpenSSL&quot;.
  </p>
 </div>


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