isset($_GET['mykey']) ? $_GET['mykey'] : ""
isset($_GET['mykey']) ? $_GET['mykey'] : ""
you can just $_GET['mykey'] ?: ""
.call
method for anonymous functions with the possibility of passing the object this
.Source: https://habr.com/ru/post/235963/
All Articles