0

I want to view the source code for the various encryption and decryption functions used by PHP . How can I do so? I use Xampp.

1 Answers1

4

You download the source code from the PHP site and examine that.

Also it's searchable and indexed online: http://lxr.php.net/

hakre
  • 193,403
  • 52
  • 435
  • 836
Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335