Q:

Which one of the following statements can be used to establish port 80 connection with www.nachi.com?

belongs to collection: SESSION HANDLING IN PHP MCQ

0

Which one of the following statements can be used to establish port 80 connection with www.nachi.com?


  1. fsockopen(“www.nachi.com”, 80);
  2. sockopen(80,”www.nachi.com”);
  3. fsockopen(80,”www.nachi.com”);
  4. sockopen(“www.nachi.com”, 80);

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(a).fsockopen(“www.nachi.com”, 80);

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

SESSION HANDLING IN PHP MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which one of the following function is used to sen... >>
<< Which one of the following function returns the po...