vote up 0 vote down star

Hey everybody,

I want to query a WHOIS server with PHP. This means that I have to TCP connect to Port 43 on the WHOIS server. Is there a way to do this with the ZEND Framework? I only found HTTP socket adapters.

I will do it with the native PHP socket functions if ZF does not provide wrapper classes.

Thank you Lennart

flag

80% accept rate

2 Answers

vote up 0 vote down

why not using phpwhois for this?

It does not relate to zend framework, but this should be no problem.

link|flag
vote up 0 vote down

There is none. Your best bet is either plain php sockets, or you could check out phpclasses.org for already made whois classes.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.