Комментарии:
if (has_comments($video) == false){
echo 'wtf!';
leave_a_comment();
give_thumb_up();
} else {
leave_a_comment_anyway($well_done);
give_thumb_up();
}
if $subscribed !== true{
echo ('seriously?' subscribe already!');
}
Good job. Don't stop
ОтветитьLike how you referred to breaking out of the array, very helpful. Thanks for posting
ОтветитьI know the real reason why we should use 'break' after watching this video. Thanks
ОтветитьYour lessons are definitely helping me with my php skills. I wish more people would find you. I'll share to as many people as i can.
ОтветитьThank you
ОтветитьJust amazing !
Ответитьthank u sir
ОтветитьHvala!
Ответитьgreat explanation thank you ❤
ОтветитьYour tutorials are really awesome, not just for sake of videos , they are perfectly made with relevant information, great work
Ответитьthank you thank you thank you thank you thank you thank you , great work excellent,
Ответитьmaster... god job
ОтветитьThe only time an if statement is faster than switch is if the if is with ===. Thank you for the video
ОтветитьHi Gio, Does continue; works as break; only in switch to avoid infinity.
Thanks
Thanks for the Amazing course on Php💜
ОтветитьVery thorough explanation of the difference between if/else and switch. Nice.
ОтветитьAwesome your tutorials are the best, thanks a lot
Ответитьit's never too soon to discuss how to ensure your code is running as efficiently as possible. These computationally expensive examples really make the point clear.
Thank you for always having efficiency top of mind while you teach these concepts.
last part explaining switch vs multiple if elseif great insight
Ответитьthanks a lot for this free course
ОтветитьVery clear, very precise tutorial, thanks!
ОтветитьThis series points me out that how less I know about PHP 😢
The avoiding code duplication tip on switch statement is literally a new thing to me! Glad to have the series ☄️
Another perfect video, I just love how you explain and then show it with examples that is one of the best parts of your videos.Thanks!
ОтветитьCan you put the list number of each video to their titles? Like: 1.16 Loops
ОтветитьThe witch statement is fabulous. Thanks for the video again!
ОтветитьMeaning switch statements run faster than if statements ?>
Ответитьthank you!
ОтветитьGio, I've said it before but I MUST reiterate it. Your tuts are THE VERY BEST on YT. You are so knowledgeable and you explain everything so thoroughly. I never thought I'd actually love watching a YT tut. But I love yours. And can't wait for the upcoming Laravel tuts. Keep up the great work!
ОтветитьGood job & really appreciate 👍
Ответитьdidn't expect to get a great comparison of switch vs if/else performance and the why from a php tutorial, usually people that explain the nitty gritty of this kind of thing are low-level language nerd haha. Nice and very straightforward explanation (even for a beginner like me), btw sir till what chapter should i start moving to learn laravel?.
ОтветитьVery uselful
Ответить