mcrypt_list_modes -- Get an array of all supported modes
Syntax
array mcrypt_list_modes ( [string lib_dir] )
mcrypt_list_modes() is used to get an
array of all supported modes in the
lib_dir.
mcrypt_list_modes() takes as optional
parameter a directory which specifies the directory where all
modes are located. If not specifies, the value of the
mcrypt.modes_dir php.ini directive is used.
The above example will produce a list with all supported
algorithms in the default mode directory. If it is not set
with the ini directive mcrypt.modes_dir, the default directory
of mcrypt is used (which is /usr/local/lib/libmcrypt).
Php mcrypt list modes Function syntax tag
mcrypt list modes 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 list modes 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.