Skip to content

Instantly share code, notes, and snippets.

@mallibone
Created February 4, 2017 07:14
Show Gist options
  • Save mallibone/212b5f20a11d89e0044ea28c5a9e9e72 to your computer and use it in GitHub Desktop.
Save mallibone/212b5f20a11d89e0044ea28c5a9e9e72 to your computer and use it in GitHub Desktop.
$myValue = 12
$myValue.GetType()
$myValue = "Hello"
$myValue.GetType()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment