Php inline if null check. Copy. $username = null; $name = $username ?? 'unknown'; # Use unknown as name if the username variable isn't set.
確定! 回上一頁