PHP 8.5.0 Alpha 4 available for testing

Voting

: max(seven, five)?
(Example: nine)

The Note You're Voting On

atesin () 6m4i1 ! com
4 years ago
in response to jan at bootfinder dot co dot uk (comment #115891) about getting num_rows...

how about (not tested)... ?

<?php // do cleans before and after if needed

for ( $nrows = 0; isarray($result->fetchArray()); ++$nrows );
return
$nrows;

?>

<< Back to user notes page

To Top