Skip to content

Latest commit

History

History
21 lines (17 loc) 路 405 Bytes

File metadata and controls

21 lines (17 loc) 路 405 Bytes

What is the output of the following string?

$str聽=聽printf('%.1f', 7.1);
echotrim('PHP聽'聽.聽$str);

Enter the exact script output

  • A) 7.1PHP 3
  • B) 3PHP7.1
  • C) an error
  • D) 37.1
Answer

Answer: A