I need to cast a tweet id, which is a long, to a string. For instance, I have:
$id = 39685855740174336;
But var_dump($id) prints
var_dump($id)