Answers

Question and Answer:

  Home  PHP Community Marketing Expert

⟩ Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?

<?php

echo array_sum(explode(',',$input));

?>

The explode function is one of the most used functions in PHP, so it’s important to know if the developer knows this function. There is no unique answer to this question, but the answer must be similar to this one.

 163 views

More Questions for you: