Last active
September 14, 2017 12:41
-
-
Save jasonglisson/4f717026a6346bb58d2ee4eff98a6a71 to your computer and use it in GitHub Desktop.
Null Coalesce Operator - https://wiki.php.net/rfc/isset_ternary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
isset($_GET['mykey']) ? $_GET['mykey'] : "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment