$num = "3.14"  $int = (int)$num;//string to int $float = (float)$num;//string to float

Read more of this post