PHP 8 Convert integer to string to be sent in a JSON Object
Is there an effective and guaranteed way to turn an integer into a string in php 8?
The value needs to be a string to be sent in a JSON
Is there an effective and guaranteed way to turn an integer into a string in php 8?
The value needs to be a string to be sent in a JSON