<<< Previous question <<< Question ID#0424.md >>> Next question >>>
What is the output of the following string?
$str聽=聽printf('%.1f', 7.1);
echo聽trim('PHP聽'聽.聽$str);Enter the exact script output
- A) 7.1PHP 3
- B) 3PHP7.1
- C) an error
- D) 37.1
Answer
Answer: A