I have the following string which i need to convert to integer or bigint.
$test=\"99999977706\";
I tried:
echo (int)$test;
working solution :
It will return : 99999977706