Php – How to cast a float into a string while keeping all its digits?
I know that type conversion may lead small errors due to the way floating numbers are stored in binary. Yet I do have the use case of casting a float into a string, yet now I have the issue that…