Skip to content

Instantly share code, notes, and snippets.

@a-yasui
Last active November 1, 2021 07:20
Show Gist options
  • Save a-yasui/3260cc23996dd1e5745f25a939379073 to your computer and use it in GitHub Desktop.
Save a-yasui/3260cc23996dd1e5745f25a939379073 to your computer and use it in GitHub Desktop.
<?php
$accessLevel = 'foo';
echo ($accessLevel != "user‮ ⁦// Check if admin⁩ ⁦" ) ? '1' : 'nooo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment