Тёмный

What's new in PHP 8.0 

The Codeholic
Подписаться 86 тыс.
Просмотров 101 тыс.
50% 1

Опубликовано:

 

10 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 210   
@TheCodeholic
@TheCodeholic 3 года назад
Check my video series about building an MVC framework in PHP from scratch: bit.ly/3ogIAia
@toddzmijewski6002
@toddzmijewski6002 3 года назад
This is the problem with all you php kids. Why on gods green earth would you want to promote building an mvc framework from scratch. I can possibly understand using an existing, well known php ecosystem to build a website. However, no one needs to build a MVC framework from scratch. That problem has been solved so many times. Spend less time reinventing wheels and more time improving/contributing to those that already exist.
@TheCodeholic
@TheCodeholic 3 года назад
Just watch the first 10 minutes of the video of MVC framework and you will get answer why I build that...
@korneliuskr3873
@korneliuskr3873 3 года назад
@@TheCodeholic it's totally perfect video.Really Nice work!! Don't get bother for bad netizen words. Thanks for sharing
@AbhinavKulshreshtha
@AbhinavKulshreshtha 3 года назад
Are you using docker for running both version of PHP? If Yes, can you share your docker setup?
@fil22222
@fil22222 3 года назад
@@toddzmijewski6002 I am against on this thinking because time to time there are new frameworks rise somewhere, can they be considered on what you said "existing"? and you confuse of the term "reinventing wheels", does it mean, newborn developer MUST not start from somewhere and remained on current state? The best way to understand is to create your own. Well if you are commission on a 3 months project them chose existing ones but for the sake of learning, don't limit to the word "Don't re-invent the wheel" even Human give birth to new Babies, which means to improved learn from others and start again.
@Nakatengga
@Nakatengga 3 года назад
named arguments were added not because you can forget the order of the arguments... the reason is to be able to provide only needed arguments and not specify arguments that have default value for example: public function foo(string $bar1 = 'bar1', string $bar2 = 'bar2', string $bar3 = 'bar3', string $bar4 = 'bar4') in 7.4 if you wanted to change `$bar4` you needed to provide all the previous arguments, but in php 8.0 you can do just that foo(bar4: 'bar5')
@owaisahmed7820
@owaisahmed7820 Год назад
Yes, that's correct.
@JulianoGiacomeli
@JulianoGiacomeli 3 года назад
I just loved the nullsafe operator .. that's will help a lot
@alphebetguy
@alphebetguy 3 года назад
laravel had this already as a helper method called optional() but yeah gotta love when it comes with the language by default.
@VrataVenet
@VrataVenet 3 года назад
Indeed. Sooper useful
@hassanmehmood8711
@hassanmehmood8711 3 года назад
Hello bros i am new to php. I cant find any good videos to tell me the roadmao to learn php. Can you please tell me how should i go on to learn php what should i learn first ?? I already am doing projects in Html Css Java Script
@AurovrataVenet
@AurovrataVenet 3 года назад
@@hassanmehmood8711 have you tried ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-OK_JCtrrv-c.html
@hassanmehmood8711
@hassanmehmood8711 3 года назад
@@AurovrataVenet i usually do reading but i will check this tutorial and then start doing basic projects
@lazymacs2823
@lazymacs2823 3 года назад
PHP will live forever
@AndreasDelleske
@AndreasDelleske 3 года назад
Maybe as Python module one day ;) - along with a FORTRAN and Cobol module
@dronehacker8325
@dronehacker8325 3 года назад
Unfortunately :) and don't get me wrong. Spent some nice years with it in the beginning years of my career.
@WebZoneCode
@WebZoneCode 3 года назад
@@AndreasDelleske Python is the king on RU-vid but PHP is king in the Real World.
@rxxt-sh1vj
@rxxt-sh1vj 3 года назад
@@AndreasDelleske 80% of the web is built on PHP...so, its gonna live forever !!
@hinkhall5291
@hinkhall5291 3 года назад
Yep. Still remember being told to change to Ruby back in 2007. 13 years later, still plenty of 6 figure income jobs to be found requiring PHP. No language is perfect. Everyone pick what makes sense. A good programmer will thrive no matter their technology stack.
@peterkovinski8476
@peterkovinski8476 3 года назад
World's best server side script!!! Love it :)
@roaringbull973
@roaringbull973 3 года назад
php has improved! its getting better
@kristinanikiforova1424
@kristinanikiforova1424 3 года назад
Thank you for demonstrating those cool features of php 8.0! :)
@TheCodeholic
@TheCodeholic 3 года назад
Glad it was helpful!
@marvindawson7629
@marvindawson7629 3 года назад
Thanks I needed this after being away from PHP for a few years. Awesome job!!
@SagarGuhe
@SagarGuhe 3 года назад
Looks like best features from python, typescript, ES6... 👍👌
@NicChap
@NicChap 3 года назад
Excellent recap of PHP8 . Well and simply explained.
@TheCodeholic
@TheCodeholic 3 года назад
Thanks
@pa3ck860
@pa3ck860 Год назад
Thank you so much for demistification JIT compiler. You simply show 2 images and I finally feel that I understand the benefits of JIT.
@moondemudimba7920
@moondemudimba7920 3 года назад
The future looks bright
@EduardoWeidmanBarijan
@EduardoWeidmanBarijan 3 года назад
Nice explanation. I like to see the old code being refactored to the new code. But I didn't understand the Attributes portion. All I could understand is that it is something that frameworks will use and not my own code. I would like a video explaining it in more details with production-like code and what is the advantage of using Attributes. Thank you very much.
@TheCodeholic
@TheCodeholic 3 года назад
Thanks for your comments. It's good idea to see attributes in action. I will think about the project idea.
@EduardoWeidmanBarijan
@EduardoWeidmanBarijan 3 года назад
@@TheCodeholic That will be nice to see
@thatsenam9183
@thatsenam9183 3 года назад
Im in love with php
@MuhammadBilal-bq5kw
@MuhammadBilal-bq5kw 3 года назад
Greetings from Pakistan your are awesome teacher i am new to php my request to u is please use HTML in projects so people like me can easily understand. shopping cart tutorial is super but for me with out HTML it took much time to understand what is going on. so Please do me favour
@mostafajamali6134
@mostafajamali6134 2 года назад
that's great! I appreciate you.
@VrataVenet
@VrataVenet 3 года назад
Am still a bit confused on Attributes and their purpose
@ChrisHorneVL
@ChrisHorneVL 3 года назад
Glad I'm not the only one. I get what they were going with but it seems overly complicated and dirty for very little gain.. although it's still new so I'm sure at some point I will see something really cool that uses it...
@ayaneshsarkar7804
@ayaneshsarkar7804 3 года назад
Thanks for the video. Hope cPanels will have it soon.
@menjil
@menjil 3 года назад
others: PHP IS DEAD me: Hello 8.0
@calinblaga2055
@calinblaga2055 3 года назад
just curious how’d you get to this conclusion? It actually runs at least 80% of the total websites.
@jessekoerhuis854
@jessekoerhuis854 3 года назад
Awesome video! The features are made very clear by your examples!
@TheCodeholic
@TheCodeholic 3 года назад
Thanks a lot buddy
@tagKnife
@tagKnife 3 года назад
00:40 - 02:56 This is incorrect, you explained what OPCache is, not what JIT is. JIT attempts to generate Native machine code for a peice of code which would benifit from running nativly. Such as math operations or loops etc etc. OPCache and OPCode is not native machine code and still needs to be ran by the Zend engine, JIT'd code completely bypasses the Zend Engine and runs native CPU instructions. This is why the devs say you wont notice any performance increase from JIT if you dont type hint, because for the native cpu to be generated it needs to be strictly typed otherwise you can crash PHP or worse.
@TheCodeholic
@TheCodeholic 3 года назад
Thanks for your comment. I made a research before I recorded, I will do better research to find more details about that. I might be wrong...
@kp3845
@kp3845 3 года назад
Does this meant if i want to use JIT compilation, i need to have all my class methods use type hint?
@WrittenInFilm
@WrittenInFilm 3 года назад
Thanks for clearing that up, I thought I was crazy for a min when he was explaining JIT completely different then I’ve dealt with it in the past
@bonapart3572
@bonapart3572 3 года назад
PHP is like the first love, you hate it when you get over it
@toddzmijewski6002
@toddzmijewski6002 3 года назад
I worked on php for the first 10 years of my career. That is an accurate comparison. I don't know if its fair to contribute it all to the language though. The language prospered in a time of monolith CMS platforms. No other language has really created the same number of large, cms open source platforms. So I think much of dislike is linked through php via way of working on those large cms's which the modern industry has moved away from.
@zubabo
@zubabo Год назад
ლომი ხარ ლომი. ასე გააგრძელე, წარმატებები
@martirosyanara
@martirosyanara 3 года назад
Thank you for the video, was nice to see Georgian scripts on the screen :)
@VrataVenet
@VrataVenet 3 года назад
Love the new match statement
@TheCodeholic
@TheCodeholic 3 года назад
Me too... It's really handy.
@gianlukatana
@gianlukatana 3 года назад
beautiful features!
@uros.u.novakovic
@uros.u.novakovic 3 года назад
Thank you very much for this video! Was very helpful!
@HDKinoCool
@HDKinoCool 3 года назад
HI , what phpStorm interface theme do you use? How can i get same looking phpStorm?
@AbhinavKulshreshtha
@AbhinavKulshreshtha 3 года назад
Amazing Video . To the point explanation. While the reddit world is debating if php is alive or not, php 8 is turning up to be as good as kotlin or Java. And here in my stupid job, we still maintain websites in php 5.4. I need to subscribe to your channel and see what you upload next.
@TheCodeholic
@TheCodeholic 3 года назад
Thanks buddy
@TheCodeholic
@TheCodeholic 3 года назад
PHP is as live as never.
@carltondickson
@carltondickson 3 года назад
Really good tutorial, nice one!
@TheCodeholic
@TheCodeholic 3 года назад
Thanks
@hansgerber8654
@hansgerber8654 3 года назад
null safe operator is absolute bliss
@CrackerWeb
@CrackerWeb 3 года назад
Your composer.json already has psr-4 format to read the files in src, use namespace to read file, no need to use include or require. Nice video by the way.
@namankumar827
@namankumar827 3 года назад
All Hail PHP ... LONG LIVE PHP 😂
@Kay8B
@Kay8B 3 года назад
Your so quick. appreciate it!
@merlinafera4865
@merlinafera4865 2 года назад
Free checker is an email logger your email list can be retrieved by the tools builder
@Ruptured_AU
@Ruptured_AU 3 года назад
So with the Attributes is it essentially just a fancy comment with syntax, meaning that it wont actually do anything unless some real code fetches then via reflection API and performers some task based on that information. Yes?
@music-unleashed
@music-unleashed 3 года назад
Nice video again! I never used ?? and = like you in the getReviews function (??=) at 39:42 ... I learned something new again, but seeing this I can understand why so much devs just hate PHP :) It wasn't obvious even for me at first.
@TheCodeholic
@TheCodeholic 3 года назад
That is actually part of PHP7.4. Yes, it might be confusing at first look, but I think this can't be reason why people hate PHP. Python has a lot of such "confusing" code which does things in 1 line 😀
@music-unleashed
@music-unleashed 3 года назад
@@TheCodeholic Hmm 'Null coalescing assignment operator' May I just skipped the php 7.4 features too? Damn :D
@TheCodeholic
@TheCodeholic 3 года назад
Yeah that's it 😀
@whoshotdk
@whoshotdk 3 года назад
Not at interpreter at moment but I think the # only marks a comment when it's followed by a space. Probably still does in PHP 8, for backward compatibility.
@harshs8342
@harshs8342 3 года назад
Are there any tools out there to check the compatibility of PHP 8 in legacy code while migrating?
@juantolentino7907
@juantolentino7907 3 года назад
Hello Sir, you know, following your instructions in another of your videos, I stall PHP 7.4, now how can I updated to PHP 8 (I mean in Ubuntu 20.04)???
@user-hl2nx1xy6j
@user-hl2nx1xy6j 3 года назад
PHP真棒
@feliciawilkes4427
@feliciawilkes4427 3 года назад
Thank you.
@RudiWebDeveloper
@RudiWebDeveloper Год назад
Great, useful tips !
@timezz
@timezz 3 года назад
Thank you for the video
@YiannisChristodoulou
@YiannisChristodoulou 3 года назад
Thank you for this video :)
@technomad9071
@technomad9071 3 года назад
thanks for the great vid i listened hard at 15.10
@amsterdenko9854
@amsterdenko9854 2 года назад
How you get such a theme and a layout and phpstorm, please?
@MarkConstable
@MarkConstable 3 года назад
Excellent video, many thanks. FWIW I'd love to see a tutorial on using Vue3 with PHP8 (raw, no framework) for a simple real world PDO CRUD (blog?) example.
@komalbarun
@komalbarun 3 года назад
You explained how opcache works, not the JIT LOL.
@safara_umarov
@safara_umarov 3 года назад
Could you make video about php regular expression? On RU-vid I didn't find good explanation. Thank you so much for your tutorials 👍
@Venezuelangel
@Venezuelangel 3 года назад
Congrats on this cool video. But please compare the intro sound effect with the volume of your voice. Maybe it's just my headphones, but sounds to me like you could raise your mic volume for your next vids
@rajabhishek2936
@rajabhishek2936 3 года назад
Hey zura which font are use for this tutorial?can you tell me a name of font?
@TheCodeholic
@TheCodeholic 3 года назад
I am using two plugins. 1. Material theme 2. Atom material icons This changes, colors and fonts and everything
@thiagooliveira6147
@thiagooliveira6147 3 года назад
awesome overview
@user-sc2ov2oc8u
@user-sc2ov2oc8u 3 года назад
they make all complicated .i can not understand from 4 then 5 then 7 and now 8.....you learn a version and you master it and they come with new version ...it is silly
@LightningTheGod
@LightningTheGod 3 года назад
I liked it when PHP was simple
@TheCodeholic
@TheCodeholic 3 года назад
Good thing is that PHP stays backward compatible in most cases. So if you prefer you can write old code.
@moofymoo
@moofymoo 3 года назад
It's modern trend - all mainstream languages must have all other language features. Is it good or bad time will tell.
@Beauford-eo9rw
@Beauford-eo9rw 3 года назад
@@TheCodeholic PHP 7 and up broke all my old scripts which I still havent been able to fix. Not backward compatible.
@diwakardayal954
@diwakardayal954 3 года назад
I am getting depreciation error, does anyone know?
@Amir-se1om
@Amir-se1om 3 года назад
Good job - Good Video - many Thanks
@holleey
@holleey 3 года назад
what purpose has had the op cache before 8.0 then??
@mdsafikulislam9113
@mdsafikulislam9113 3 года назад
Thanks
@TheCodeholic
@TheCodeholic 3 года назад
Welcome
@abduqodirabdumalikov7507
@abduqodirabdumalikov7507 3 года назад
Thank you for your video :)
@TheCodeholic
@TheCodeholic 3 года назад
My pleasure!
@abduqodirabdumalikov7507
@abduqodirabdumalikov7507 3 года назад
@@TheCodeholic can you make video about installing php 8.0 with jit on both OS I mean windows and linux OS
@Ruptured_AU
@Ruptured_AU 3 года назад
Named arguments seem kind of silly on its own. Would be creat if the could be used via unpacking an associative array into a method call with the keys used as argument names.
@tschallacka874
@tschallacka874 Год назад
for your first item, you described how opcache has worked for ages, not how JIT works...
@mauritzswanepoel7985
@mauritzswanepoel7985 3 года назад
awesome video, thanks for making it. Do you have videos for older versions of PHP as well?
@TheCodeholic
@TheCodeholic 3 года назад
I have a video about php7.4 also...
@aerahtv0000
@aerahtv0000 3 года назад
what i don't like about php is a lot of ambiguities, no strict rules and in this version they bring few more. why? it doesn't make language better, it makes language more prone to bugs.
@sajeerbinsaleem9160
@sajeerbinsaleem9160 3 года назад
php should bring asynch programming
@dev_bob
@dev_bob 3 года назад
Phpreact. Google it.
@llBestBoyll
@llBestBoyll 2 года назад
nice 🔥🔥👏🏼
@hadesunseen6388
@hadesunseen6388 3 года назад
thanks for sharing
@TheCodeholic
@TheCodeholic 3 года назад
My pleasure
@starkxz
@starkxz 3 года назад
Hey Zura, how are you doing? I hope you are doing well. Can you please do a video about php8 for desktop application under windows, I've done some research but most of the open source projects are outdated. If you have some knowledge of how to do something like this using php8, nginx and mysql. Thank you.
@calinblaga2055
@calinblaga2055 3 года назад
not entirely true on the match expression, 200 is treated like 300, same as in the switch, while you said nothing, but NULL’s not nothing, that would be a void.
@Kanexxable
@Kanexxable 3 года назад
I’m new to php . But I learned typescript and python and I’m new to backend dev in general. I could pickup php faster. How do I know when I’m ready to learn Laravel. I’m interested in making rest apis what framework’s do I use to do that
@navjotsingh2251
@navjotsingh2251 2 года назад
When you understand PHP basics, Oop, and general networking/programming concepts related to API developmen/web development then you should be good to at least get started with laravel.
@Kanexxable
@Kanexxable 2 года назад
@@navjotsingh2251 I do understand PHP basics but I tried learning OOP Design Patterns but I don't get them. I looked at all of them but I can't apply them at all. But I know that composition is simply better than inheritance and I understand REST API concepts.
@PatrickSteil
@PatrickSteil 3 года назад
Great video. Did PHP 7.x NOT have a JIT compiler???
@rimantasdanilevicius6754
@rimantasdanilevicius6754 3 года назад
Thank you for so fast updates for PHP 8. I just wondering - you using PHP storm and made changes in composer file updated to php 8, what about VS Code? If I understood correctly I just need to have composer file, update it to php 8 and all new features for php 8 on VS Code will work also?
@TheCodeholic
@TheCodeholic 3 года назад
Thank you. Putting "php": "^8.0" in composer.json does not mean that PHPStorm or VSCode support PHP8.0 syntax. I have installed latest PHPStorm (which I mention in the video as well). However I am not sure if VSCode extensions support PHP8.0 syntax yet. I have not tested.
@rimantasdanilevicius6754
@rimantasdanilevicius6754 3 года назад
@@TheCodeholic Thank you for answer. I will continue searching. P.s I find your tutorials and lessons really interesting and that yo u find time to be social active among IT community. Thank you again for sharing your knowledge.
@unsetbad1071
@unsetbad1071 3 года назад
i love php. nb !
@sirishortcut
@sirishortcut 3 года назад
awesome
@dinobosilj9344
@dinobosilj9344 3 года назад
👨‍💻 very useful
@altafmalik2843
@altafmalik2843 2 года назад
Nice video
@user-bm7ik1yr9w
@user-bm7ik1yr9w 3 года назад
8.0新特性是不错,但是如果是做新网站,后端肯定Go或Rust,php其实不安全,开发也不见得比Go省事。
@TemoTemo1995
@TemoTemo1995 3 года назад
კარგია 👍🐘
@atharvparlikar8765
@atharvparlikar8765 3 года назад
Long live PHP
@devanii
@devanii 3 года назад
great vid!...what is your php storm skin?
@TheCodeholic
@TheCodeholic 3 года назад
It is material theme With Atom material icons
@devanii
@devanii 3 года назад
@@TheCodeholic ah..is that a paid version?
@krzysztofk9563
@krzysztofk9563 3 года назад
What's name theme using phpstorm?
@TheCodeholic
@TheCodeholic 3 года назад
Material Theme and Atom material icons
@johnxibai8454
@johnxibai8454 3 года назад
what about gRPC support
@Tss221
@Tss221 3 года назад
When hosting gonna support this?
@TheCodeholic
@TheCodeholic 3 года назад
I have no idea. We should ask hosting providers. If you take VPS hosting you can install 8.0 version manually.
@alzy101
@alzy101 3 года назад
might as well remove the need for the dollar sign in front of variables in the future. It's becoming redundant!
@dasten123
@dasten123 3 года назад
Wow so php still is a thing?? :O
@peterkovinski8476
@peterkovinski8476 3 года назад
🤣🤣🤣🤣🤣🤣 Hahahaha
@GhulamMustafa-cf2nk
@GhulamMustafa-cf2nk 3 года назад
Very Close to type script features.
@TheCodeholic
@TheCodeholic 3 года назад
Do you mean "constructor property promotion"?
@aidemalo
@aidemalo 3 года назад
@@TheCodeholic not only, union types, nullsafe operator (aka optional chaining) etc Attributes looks like ts decorators, WeakMap is long time in ES, mixed type in ts called any or unknown depending on use case (and that's actually good that they adopt good features)
@GhulamMustafa-cf2nk
@GhulamMustafa-cf2nk 3 года назад
@@TheCodeholic i mean union type, mixed type, named parameter and also that.
@venelinrangelov7708
@venelinrangelov7708 3 года назад
Don't understand. Why this features make it 8.0, its more like 7.5? Most of those can help you a lot. Like if you write crappy code, now you can make it even crappier. We have to seriously rethink using php further. Its slowly and surely dying.
@orzhovthief
@orzhovthief 3 года назад
Union types is a bad design. Method overloading should be supported instead. Intersection types is good though
@gtdmg489
@gtdmg489 3 года назад
Why is it a bad design?
@orzhovthief
@orzhovthief 3 года назад
@@gtdmg489 This supports bad coding habits to tackle overload missing support. Just an real world example to avoid lengthy response : you got a function taking 3 args, but first and second are not required. So the function may be called like f(first, second, third) or f(second, third) or f(third) or f(first, third) or f(second). And inside the function there's some weird spagetti testing for each case using actual number of arg passed and type of each one to determine proper cas, then overwrittes args, then proceeds. This is a nightmare to debug, documentation is hard to make and to read. Not speaking of when the return type is mixed and you have to check 10 cases using is_* functions. Hope response is not confused
@darkdrmsx
@darkdrmsx 3 года назад
Php lives because of wordpress. Wordpress is its lifesupport
@peterkovinski8476
@peterkovinski8476 3 года назад
Codeigniter.....
@ojsojs6004
@ojsojs6004 3 года назад
php is more than wordpress. Laravel is the most popular backend framework today. Symfony is another excellent php framework. Php also has popular e-commerce platforms.
@peterkovinski8476
@peterkovinski8476 3 года назад
@@ojsojs6004 Codeigniter....
@knowhow242
@knowhow242 3 года назад
Most things extended from typescript
@TheCodeholic
@TheCodeholic 3 года назад
I think that's good things
@bswill5077
@bswill5077 3 года назад
Long live php
@SPOKOZE2
@SPOKOZE2 3 года назад
Ma sowe ;)
@rajabhishek2936
@rajabhishek2936 3 года назад
Awosem
@adolfkweismann1471
@adolfkweismann1471 3 года назад
PHP experience live
@adefemisobalaje6845
@adefemisobalaje6845 3 года назад
Interesting! But I have been using these features within v7.4. I never knew it would be extended more in v8.
@TheCodeholic
@TheCodeholic 3 года назад
Which features were you using in php7.4? All these??
@waysonlin3809
@waysonlin3809 3 года назад
It's too late for PHP to support JIT. The market has been dominated by other languages for pretty long time and it's hard for PHP to fight back nowadays.
@christopherfargere1820
@christopherfargere1820 3 года назад
It still powers 80% of the internet 🤷‍♂️
@waysonlin3809
@waysonlin3809 3 года назад
@@christopherfargere1820 That's true. But most of them are CMS like WordPress and PHP devs' salaries are lower than other languages.
@christopherfargere1820
@christopherfargere1820 3 года назад
@@waysonlin3809 That's right, but I believe lower salaries are because the market has more php developers to offer. The impressive improvements in performance since php6 and 7 are a good sign that php is here to stay and is getting ready for the future. :)
@waysonlin3809
@waysonlin3809 3 года назад
@@christopherfargere1820 PHP 7 is fast. But Laravel is still slow. Compared with Node.js, Java, Go, PHP is dead slow in production.
@ojsojs6004
@ojsojs6004 3 года назад
@@waysonlin3809 It is not only about wordpress. Laravel is the most popular web backend framework. With swoole, php is very much faster than node js at number of request per second.
@samuvisser
@samuvisser 3 года назад
I dont think the php 7.4/8.0 comparison was very helpful. All of us understand that php 8.0 syntax wont work in 7.4 Keep it to examples of ‘this is how we used to do it’ and ‘this is how we do it now’
@Gol_D_Roger_The_Pirate_King
@Gol_D_Roger_The_Pirate_King 3 года назад
PHP: I'm gonna copy all the good feature from Nodejs
@codecast8713
@codecast8713 3 года назад
Please do
@ojsojs6004
@ojsojs6004 3 года назад
Not only node. PHP tries to adopt good features of other languages. Match is borrowed from Rust. I prefer PHP over Node.js
@rulon8266
@rulon8266 3 года назад
PDO NOT SUPPORT!
@nerminkarapandzic5176
@nerminkarapandzic5176 3 года назад
so php just became typescript
@peterkovinski8476
@peterkovinski8476 3 года назад
How?
Далее
PHP doesn't suck (anymore)
10:48
Просмотров 205 тыс.
PHP 8 3 Released
11:03
Просмотров 106 тыс.
What's New in PHP 8.3 - Derick Rethans
59:11
Просмотров 6 тыс.
The Most Legendary Programmers Of All Time
11:49
Просмотров 557 тыс.
Go IS Slower Than PHP | Prime Reacts
5:22
Просмотров 79 тыс.
The Flaws of Inheritance
10:01
Просмотров 938 тыс.
Rust For PHP Developers
59:42
Просмотров 25 тыс.
PHP Attributes 50 Minute Tutorial
50:12
Просмотров 9 тыс.
Faster than Rust and C++: the PERFECT hash table
33:52
Просмотров 564 тыс.