PrepAway - Latest Free Exam Questions & Answers

Which choice best demonstrates how to add a name-value pair to form data?

Which choice best demonstrates how to add a name-value pair to form data?

PrepAway - Latest Free Exam Questions & Answers

A.
$object = append( name=>”state”, value=>”New York”);

B.
$object = add( -name=>”state”, -value=>”New York”);

C.
$object-> append( -name=> “state”, -value=>”New York”);

D.
4object ==> add( -name=>”state”, -value=>”New York”);


Leave a Reply