PHP 8.5.0 Beta 3 available for testing

Voting

: seven plus zero?
(Example: nine)

The Note You're Voting On

ohcc at 163 dot com
8 years ago
<?php
$v
= base_convert(3.14, 10, 10);
var_dump($v);
?>

output: string(3) "314"

<< Back to user notes page

To Top