PHP 8.5.0 Alpha 2 available for testing

Voting

: seven minus two?
(Example: nine)

The Note You're Voting On

webmaster at smwebdesigns dot com
17 years ago
I did not test well before posting previous code. This if statement works and the other does not.

if( ocicolumnscale($R, $i ) != 129 )
{
$int_decimal = ocicolumnscale($R, $i );
$int_length = ocicolumnprecision($R, $i) - $int_decimal;
}

<< Back to user notes page

To Top