コード例 #1
0
ファイル: bcbitwise.php プロジェクト: billstclair/loomclient
function bcxor($x, $y)
{
    return _bcbitwise_internal($x, $y, '_bcxor');
}
コード例 #2
0
ファイル: parser.php プロジェクト: secretdataz/packetparser
function bcand($x, $y)
{
    return _bcbitwise_internal($x, $y, '_bcand');
}