💬 Reply by QuazarOmega

2024-11-18 🔄 programmerhumor ┃ RE: Cube6392

It specifically refers to this shorthand ?: that works like this:
$value = $thing_that_could_be_truthy ?: 'fallback value';
# same as
$value = $thing_that_could_be_truthy ? $thing_that_could_be_truthy : 'fallback value';
The condition is also the value if it is truthy

QuazarOmega

Cube6392

🔄 programmerhumor

💬 Replies

No replies.

────

View parent post

View first post in thread

────

📡 Local feed

🏕️ Communities

🔥 Hashtags

🔎 Search posts

🔑 Sign in

📊 Status

🛟 Help