Which One Of The Following Statements Can Be Used To Establish #227
Which one of the following statements can be used to establish port 80 connection with www.nachi.com?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 PHP File and Session Handling - PHP Networking - Quiz No.1.
Which one of the following statements can be used to establish port 80 connection with www.nachi.com?
fsockopen(“www.nachi.com”, 80);
sockopen(80,”www.nachi.com”);
fsockopen(80,”www.nachi.com”);
sockopen(“www.nachi.com”, 80);