Question:Given the two values below, which of the following possiblities will print 10 foos20 bars?

<?php

$var1 = "10 foos";
$var2 = "20 bars";

print ???????;

?>
 

A None of the above 

B implode("", array($var1,$var2)); 

C  

D  

E Al 

+ Answer
+ Report
Total Preview: 802

Copyright © 2024. Powered by Intellect Software Ltd