tags:

views:

38

answers:

1

Is there any equivalent php method to 'urllib.urlopen()' for retrieving the public key from any public key server

A: 

You can retrieve the contents of a URL with file_get_contents()

Andy
problem is to get php method which fetch the public key from public key server
parthav