整数は、どのように文字列に変更できますか?

 
 
 

以下の例を参照してください。

int $counter = 1;
string $bob = "bob";
string $number = $counter;