xXCalleManXx

Untitled

Jul 7th, 2021 (edited)
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. // Hvad er bedst ift. codestyle og forståelse af koden
  2. // 1.
  3. if (array_key_exists('class', $item) && !in_array('active', $item['class'])) {}
  4.  
  5. // 2.
  6. if (!in_array('active', $item['class'] ?? [])) {}
Add Comment
Please, Sign In to add comment