検索

phrase: max: clip:
target: order:
Results of 1 - 5 of about 5 for shifted (0.003 sec.)
ビット演算子 12042
« 代入演算子 比較演算子 » PHP Manual 演算子 ビット演算子 ビット演算子 ビット演算子は、整数値の特 ... ( $res , $val , '>>' , $places , 'copy of sign bit shifted into left side' ); $val = 4 ; $places = 2 ; $res = ... ( $res , $val , '>>' , $places , 'copy of sign bit shifted into left side' ); $val = - 4 ; $places = 2 ; $res ... p ( $res , $val , '<<' , $places , 'sign bits get shifted out' ); $val = 4 ; $places = ( PHP_INT_SIZE * 8 ) ... 000000000000000000000000010 NOTE: copy of sign bit shifted into left side Expression: 1 = 4 >> 2 Decimal: val ...
https://man.plustar.jp/php/language.operators.bitwise.html - [similar]
Collator クラス 10718
« 基本的な使用法 Collator::asort » PHP Manual intl Collator クラス Collator クラス (PHP 5 >= 5.3 ... 通常の文字の違いと同じように扱います。 Alternate を Shifted (S) に設定すると、これらの文字の違いの重要度を低く ... します。 Shifted は、 Strength を Quaternary (第四段階) に指定して使 ... がすべて一致する場合のみとなります。 Alternate を Shifted 以外にした場合は、 Strength が 3 のときと 4 のとき ... nked を表すには、Strength を 3 そして Alternate を Shifted に設定します。 大半のロケールでは、デフォルトは No ...
https://man.plustar.jp/php/class.collator.html - [similar]
Rotates the deque by a given number of rotations 7721
« Ds\Deque::reversed Ds\Deque::set » PHP Manual Deque Rotates the deque by a given number of rot ... , "c" , "d" ]); $deque -> rotate ( 1 ); // "a" is shifted, then pushed. print_r ( $deque ); $deque -> rotate ... ( 2 ); // "b" and "c" are both shifted, the pushed. print_r ( $deque ); ?> 上の例の出力は ...
https://man.plustar.jp/php/ds-deque.rotate.html - [similar]
Rotates the sequence by a given number of rotations 7721
« Ds\Sequence::reversed Ds\Sequence::set » PHP Manual Sequence Rotates the sequence by a given n ... "c" , "d" ]); $sequence -> rotate ( 1 ); // "a" is shifted, then pushed. print_r ( $sequence ); $sequence -> ... rotate ( 2 ); // "b" and "c" are both shifted, the pushed. print_r ( $sequence ); ?> 上の例の出力 ...
https://man.plustar.jp/php/ds-sequence.rotate.html - [similar]
Rotates the vector by a given number of rotations 7721
« Ds\Vector::reversed Ds\Vector::set » PHP Manual Vector Rotates the vector by a given number of ... , "c" , "d" ]); $vector -> rotate ( 1 ); // "a" is shifted, then pushed. print_r ( $vector ); $vector -> rota ... te ( 2 ); // "b" and "c" are both shifted, the pushed. print_r ( $vector ); ?> 上の例の出力は ...
https://man.plustar.jp/php/ds-vector.rotate.html - [similar]
PREV 1 NEXT