Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rank-math-pro domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/loveuw/fullstackpodcast/wp-includes/functions.php on line 6114
کاربرد except() در @foreach - فول استک پادکست
ترفند های برنامه نویسی

کاربرد except() در @foreach

except() in @foreach

In statement “except($category -> id)”, using method “except()”,you can ignore a variable and separate it from the loop. For example, in this @foreach below, in each iteration, we requested that it ignore
“$category -> id” and leave it out of the loop.

در لاراول توی شرط لوپ ها یا حلقه هایی مثل @foreach یه تابعی وجود داره به نام except() که بهمون کمک می کنه یک عبارت رو که در حال چرخش در حلقه هست رو از خود اون حلقه استثنا یا همون Except کنیم. همیشه استفاده نمیشه ها! ولی مثلا توی جا هایی که قراره یه دسته بندی ای رو زیر یک دسته بندی دیگه قرار بدیم، به کارمون میاد و خود اون زیر دسته برو از اون عبارتی که در تگ <option> هست جدا میکنه!

برای مطالعه بیشتر در مورد except از اینجا اقدام کنید.

"except($category -> id)"

fullstackpod

I believe in Hardworking and Consistency. be creative 😊

نوشته های مشابه

دیدگاهتان را بنویسید

نشانی ایمیل شما منتشر نخواهد شد. بخش‌های موردنیاز علامت‌گذاری شده‌اند *

دکمه بازگشت به بالا