Skip to content

Instantly share code, notes, and snippets.

View itogen's full-sized avatar

Gen itogen

View GitHub Profile
@itogen
itogen / file0.php
Last active February 10, 2020 09:47
【PHPなど】エルビス演算子 ?: 本当にエルビス・プレスリーだった【画像あり】 ref: https://qiita.com/ito_gen/items/7650454fbb27baefc1f7
$hoge = isset($_GET['hoge']) ? $_GET['hoge'] : null;