I want to store an 11 digit number inside a variable. How to do it in PHP?
The 64-bit version of PHP uses 64-bit integers natively, so many bits are required for bits for an 11-digit number. However, if you need large integers, I would use the BC Math extension.
It is also worth paying attention to the GMP library.
Yes, the media and bigint are.