79343095

Date: 2025-01-09 15:10:12
Score: 0.5
Natty:
Report link

I believe you want to convert float to string instead of type-casting, in this case you may want to check this answer

Convert float to string in PHP

number_format($we_all_float_down_here, 20, '.', '')
// output
// 3467.60009765625000000000
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: oxidia