$a의 값 : 10, $a의 자료형 : integer
$b의 값 : 10, $b의 자료형 : string
$a = $a . $b -> $a의 값 : 10, $a의 자료형 : integer ,1010곱하기 5는 50입니다.