ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

bitwise operators in php

Автор: Tarun Sir

Загружено: 2022-06-24

Просмотров: 778

Описание: In this video you will learn about bitwise operators in php.


Bitwise Operators
The bitwise operators perform their operation in between individual bits of their operands and generates the result.
Example Name Result
$a & $b Bitwise And Performs and operation between individual bits of operands
$a | $b Bitwise Or Performs or operation between individual bits of operands
$a ^ $b Bitwise Xor Performs xor operation between individual bits of operands
~ $a Bitwise Not / Bitwise One’s Complement Performs not operation on individual bits of operand
$a << $b Bitwise left shift Shift the bits of $a $b steps to the left (each step means "multiply by two")
$a >> $b Bitwise right shift Shift the bits of $a $b steps to the right (each step means "divide by two")


Note
If you use bitwise operators with real operands then it’s not an error, the operands are converted into integer.
www.tarunsir.com

www.cinstitute.org.in
Connect me on linkedin   / tarrunverrma  
  / the_ultimate_coding_stuff  


#tarunsir #phptutorial #learnprogramming #php #bitwise

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
bitwise operators in php

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]