Exemplo n.º 1
0
function bcxor($x, $y)
{
    return _bcbitwise_internal($x, $y, '_bcxor');
}
Exemplo n.º 2
0
function bcand($x, $y)
{
    return _bcbitwise_internal($x, $y, '_bcand');
}