in PHP , what is the difference between (+) and (|) , consider the following example:-
<?php echo 1|2; //3 ?>