mcrypt_enc_get_iv_size -- Returns the size of the IV of the opened algorithm
Syntax
int mcrypt_enc_get_iv_size ( resource td )
This function returns the size of the iv of the algorithm
specified by the encryption descriptor in bytes. If it returns
'0' then the IV is ignored in the algorithm. An IV is used in
cbc, cfb and ofb modes, and in some algorithms in stream mode.
Php mcrypt enc get iv size Function syntax tag
mcrypt enc get iv size php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php mcrypt enc get iv size syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.