运行 ❯
获取你的
自己的 PHP
服务器
×
修改方向
修改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <body> <?php $x = 10.365; var_dump($x); ?> </body> </html>
float(10.365)