(PHP 5 >= 5.3.3, PHP 7)
openssl_cipher_iv_length — ��ȡ����iv����
$method
) : int��ȡ�����ʼ������(iv)���ȡ�
method
����ķ���������ֵ�鿴 openssl_get_cipher_methods() ������
�ɹ����������볤��, ʧ�ܷ��� FALSE
.
�����뷽��δ֪ʱ���׳�һ��E_WARNING
���Ĵ���
Example #1 openssl_cipher_iv_length() ����
<?php
$method = 'AES-128-CBC';
$ivlen = openssl_cipher_iv_length($method);
echo $ivlen;
?>
�������̵���������ڣ�
16