Voting

: seven minus zero?
(Example: nine)

The Note You're Voting On

flavio at agenciaeme dot com dot br
7 years ago
if you send boolean values it transform in integer :

$a = [teste1= true,teste2=false];
echo http_build_query($a)

//result will be teste1=1&teste2=0

<< Back to user notes page

To Top