Recent Posts

Caution: Greetings to all visitors. The site is working in short. Links Please skip the link to view any topic and thank you for visiting
header ads

How do I convert this string to float number?

How do I convert this string to float number?

<?php
$s="1/2";
echo (0+($s)); //echos 1
echo floatval($s); //echos 1
?>

How do I convert it to 0.5 in PHP?
Thanks

from PHP https://ift.tt/3j3RRHQ
via IFTTT

Post a Comment

0 Comments