A.  fsockopen(“www.google.com”, 80);

B.  sockopen(80,”www.google.com”);

C.  fsockopen(80,”www. google.com”);

D.  sockopen(“www.google.com”, 80);

1
Correct Answer :
fsockopen(“www.google.com”, 80);
Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python