Skip to content

Instantly share code, notes, and snippets.

@DylanCodeCabin
Created March 29, 2017 09:36
Show Gist options
  • Save DylanCodeCabin/179c1cdee1bc904d050c779fe6dbecf8 to your computer and use it in GitHub Desktop.
Save DylanCodeCabin/179c1cdee1bc904d050c779fe6dbecf8 to your computer and use it in GitHub Desktop.
<?php
$username = “Bob”; //String
$age = 32; //Integer
$male = true; //Boolean
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment