Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 280 Bytes

convert_to_float.md

File metadata and controls

14 lines (9 loc) · 280 Bytes

Convert variable to float

$float = (float)$var;
  • $float - resulting float number
  • $var - variable of any type to convert to float
  • (float) - asks php to convert what's on the right to float

group: convert_type

link_youtube: https://youtu.be/PLnMTEtuY6Y