How to get the DNS servers of a domain name?
Answer Posted / vijaya
by using gethostbynamel you can get the DNS servers of a
domain name
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How does php sessions work?
What is the difference between for and foreach?
Why is php used for web development?
What are php magic methods/functions?
What does the initials of php stand for?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What is the difference between for and foreach in php?
How a constant is defined in a php script?
Explain how to run the interactive php shell from the command line interface?
Is empty java?
Does php class need constructor?
What are the common uses of php?
What is trait in php?
What is $globals php?
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?