array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.mcrypt-enc-is-block-algorithm.php', 1 => 'mcrypt_enc_is_block_algorithm', 2 => 'Checks whether the algorithm of the opened mode is a block algorithm', ), 'up' => array ( 0 => 'ref.mcrypt.php', 1 => 'Mcrypt Funktionen', ), 'prev' => array ( 0 => 'function.mcrypt-enc-get-supported-key-sizes.php', 1 => 'mcrypt_enc_get_supported_key_sizes', ), 'next' => array ( 0 => 'function.mcrypt-enc-is-block-algorithm-mode.php', 1 => 'mcrypt_enc_is_block_algorithm_mode', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/mcrypt/functions/mcrypt-enc-is-block-algorithm.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0)
mcrypt_enc_is_block_algorithm — Checks whether the algorithm of the opened mode is a block algorithm
Diese Funktion wurde in PHP 7.1.0 als DEPRECATED (veraltet) markiert und wurde in PHP 7.2.0 ENTFERNT. Von der Verwendung dieser Funktion wird dringend abgeraten.
Tells whether the algorithm of the opened mode is a block algorithm.
tdThe encryption descriptor.