PrepAway - Latest Free Exam Questions & Answers

What can be said about the call to file_get_contents?

Consider the following code. What can be said about the call to file_get_contents? $getdata
= “foo=bar”; $opts = array(‘http’ => array( ‘method’ => ‘POST’, ‘header’ => ‘Content-type:
application/x-www-form-urlencoded’, ‘content’ => $getdata ) ); $context =
stream_context_create($opts); $result = file_get_contents(‘http://example.com/submit.php’,
false, $context);

PrepAway - Latest Free Exam Questions & Answers

A.
A GET request will be performed on http://example.com/submit.php

B.
A POST request will be performed on http://example.com/submit.php

C.
An error will be displayed

One Comment on “What can be said about the call to file_get_contents?


Leave a Reply

Your email address will not be published. Required fields are marked *