PrepAway - Latest Free Exam Questions & Answers

Category: 200-550

Exam 200-550: Zend Certified PHP Developer

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);


Page 10 of 23« First...89101112...20...Last »