PHP Integer Data type - Full PHP 8 Tutorial

preview_player
Показать описание
Multiple ways of representing integers (hex, octal, decimal, binary), casting & using underscore (since PHP 7.4) to add readability to long integers.

SOME OF THE WAYS YOU CAN SUPPORT THE CHANNEL
👍 Smash the like button
🤝 Subscribe to the channel & turn the notifications on
💬 Post comments, any feedback is greatly appreciated
THANK YOU!

LESSON 1.6
Рекомендации по теме
Комментарии
Автор

Learning something new every single video. I finally realize how much I still need to cover for my ZEND certification. Thank you Gio.

cristianvulpe
Автор

WOW! I didn't know there was some deep knowledge I was lacking. Thanks :D

snakemanluffy
Автор

Learned a lot of basics from this tutorial which are not covered in others. Really really useful and good for a beginner... thanks a lot Gio

nyinyiandnyinyi
Автор

Man after not being in university for over 8 years, and been in an information system and project management & service desk role, I completely forgot that binary goes from right to left. So b110 is different to b11, because adding in that final 0 adds the negation of a 1. Each time you add a or a 0, it's defaulting it back to 1, and increasing the left values. Blew my mind whilst having a flash back to in class of looking at a graph from to left on a max value of a byte - already a weird sentence. You're a gem. Thanks for reinvigorating my mind and providing decent stimulation. You speed through this stuff like a breeze and it's super digestible to pause, and try. Good work, you deserve more subs!

MrClueTea
Автор

Everything becomes clearer as I go, thank you infinitely Gio.

marombeltran
Автор

Gio, your tutorials have been incredibly helpful. Thank you for your hard work!

SynMlyn
Автор

Aw man! This is going to be a loooong series!
Why didnt I learn that in school!?

DasHeino
Автор

thank you pro you are good . i enjoyed that so, I expect much more from you

informationsystems
Автор

Great lesson, I've learned a lot

alexandershnaidman
Автор

thank you so much i use to learn new things in php did not know before

osamaibrahim
Автор

🙏🙏Very nice . love to see more 👍👍videos . 😍😍 thanks for uploading👌👌

computerlearningbyargusaca
Автор

All understood except hexadecimal, octol and boolean integers.. plzz make another video on that topic

rustlejack
Автор

Thank you so much for the video, on the part 2:12 when I cast into integer and I var dumb is it still a float and not integer

veyspixelboy
Автор

$x = (int) 'sjsh88' ;
prints out int(0); why it behaves like that.
It only works if string is followed by number.
Any reason why it wont work if string preceeds the number.

dohorishorts
Автор

$a = 200_200_2000;
echo int($a);

that, s great ptc

gazianis
Автор

Why I can't see the text in the video?

sedighemohseni
Автор

how to find the true value before Integer Overflow on a 64-bit system in php

sofianmezai
Автор

Despite PHP is very ease learning, it has strange behaviors.

mrtruth
Автор

What I don't like is about this tutorial is you are give too much stuff that are not need it at all, yeah it's good to know that, but not for someone beginner, and you going through the lesson too fast, which my mind kinda fleshed, at half of the video,
This tutorial seems good for someone advanced, who just need to fresh his mind not for someone just started
because he will end up hating php
So I hilly recommend for someone beginner should start with Traversy Media, he's going with you step by step until you build your small project

zouhairsahtout
visit shbcf.ru