Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
The Perl5 Manual
- シフト演算子
Go to the first, previous, next, last section, table of contents.
二項演算子の "<<" は左引数の値を、右引数で示すビット数だけ、左にシフトし
た値を返します。引数は整数でなければなりません。
二項演算子の ">>" は左引数の値を、右引数で示すビット数だけ、右にシフトし
た値を返します。引数は整数でなければなりません。
Go to the first, previous, next, last section, table of contents.