<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.mcrypt.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.mcrypt-module-get-algo-block-size.php',
    1 => 'mcrypt_module_get_algo_block_size',
    2 => 'Returns the blocksize of the specified algorithm',
  ),
  'up' => 
  array (
    0 => 'ref.mcrypt.php',
    1 => 'Mcrypt Funktionen',
  ),
  'prev' => 
  array (
    0 => 'function.mcrypt-module-close.php',
    1 => 'mcrypt_module_close',
  ),
  'next' => 
  array (
    0 => 'function.mcrypt-module-get-algo-key-size.php',
    1 => 'mcrypt_module_get_algo_key_size',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mcrypt/functions/mcrypt-module-get-algo-block-size.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.mcrypt-module-get-algo-block-size" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">mcrypt_module_get_algo_block_size</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.0.2, PHP 5, PHP 7 &lt; 7.2.0, PECL mcrypt &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">mcrypt_module_get_algo_block_size</span> &mdash; <span class="dc-title">Returns the blocksize of the specified algorithm</span></p>

 </div>
 <div id="function.mcrypt-module-get-algo-block-size-refsynopsisdiv">
  <div class="warning"><strong class="warning">Warnung</strong><p class="simpara">Diese Funktion wurde
in PHP 7.1.0 als <em>DEPRECATED</em> (veraltet) markiert und wurde in PHP 7.2.0 <em>ENTFERNT</em>. Von der Verwendung dieser
Funktion wird dringend abgeraten.</p></div>
 </div>
 <div class="refsect1 description" id="refsect1-function.mcrypt-module-get-algo-block-size-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>mcrypt_module_get_algo_block_size</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$algorithm</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$lib_dir</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="simpara">
   Gets the blocksize of the specified algorithm.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-function.mcrypt-module-get-algo-block-size-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <dl>
   
    <dt><code class="parameter">algorithm</code></dt>
    <dd>
     <span class="simpara">
      The algorithm name.
     </span>
    </dd>
   
   
    <dt><code class="parameter">lib_dir</code></dt>
    <dd>
     <span class="simpara">
      This optional parameter can contain the location where the mode module
      is on the system.
     </span>
    </dd>
   
  </dl>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-function.mcrypt-module-get-algo-block-size-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="simpara">
   Returns the block size of the algorithm specified in bytes.
  </p>
 </div>

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