PHP 8.5.0 Beta 1 available for testing

Voting

: six minus five?
(Example: nine)

The Note You're Voting On

iliyazelenkog at gmail dot com
6 years ago
(float) would be more performant here (up to 6x times faster).

intval, floatval, doubleval, strva for PHP4 functions (intval, floatval, doubleval, strval), in PHP5 use type casting construction (i.e. '(type) parameter').

<< Back to user notes page

To Top