About
|
Contents
|
Buy Now
|
Reviews
|
Errata
|
Code
Foreword
Preface
Introduction
Forms and URLs
ch02.pdf
Databases and SQL
Sessions and Cookies
ch04.pdf
Includes
Files and Commands
Authentication and Authorization
Shared Hosting
Configuration Directives
Functions
Cryptography
Index
List Available Algorithms
(Appendix C, Cryptography - Pg 99)
< Back to Code Repository
<?php
echo
'<pre>'
.
print_r
(
mcrypt_list_algorithms
(),
TRUE
) .
'</pre>'
;
?>