Skip to content

Instantly share code, notes, and snippets.

@MKorostoff
Created December 26, 2013 20:07
Show Gist options
  • Save MKorostoff/8138077 to your computer and use it in GitHub Desktop.
Save MKorostoff/8138077 to your computer and use it in GitHub Desktop.
<?php
//why is it this...
if(!isset(get_value($key))){
//and not this?
if( !isset( get_value ( $key ) ) ) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment