Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Last active September 4, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/a8ed5c349cfafb13a4fa to your computer and use it in GitHub Desktop.
Save guitarrapc/a8ed5c349cfafb13a4fa to your computer and use it in GitHub Desktop.
暗黙の型変換
# 型は何でしょうか
$a = "a"; # string
$b = 1; # int
$hoge = $a + $b;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment