Display the drop-down list

openssl_cipher_iv_length()

« octdec | openssl_decrypt »
<?php
$int 
openssl_cipher_iv_length (
    
?  // string $method
);
?>
Result
$int = 16
Examples
#1 openssl_cipher_iv_length  ("AES-128-CBC")