PHP 8.5.0 Released!

Voting

: max(three, five)?
(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

AltStyle によって変換されたページ (->オリジナル) /