BW_OR
PHP code
<?php
/*
* Bit-wise or of value1 and value2
* opcode number: 9
*/
echo 1|2;
?>
PHP opcodes
<?php
/*
* Bit-wise or of value1 and value2
* opcode number: 9
*/
echo 1|2;
?>
PHP opcodes
Function name: (null)
Compiled variables: none
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/internals2.opcodes.bw-or.php