Voting

: six plus one?
(Example: nine)

The Note You're Voting On

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

output: string(3) "314"

<< Back to user notes page

To Top