Hi folks,
I need some help tracking down a bit of nitty gritty information on the information in the fetch_field method of a mysqli result object.
Specifically the type property - from the documentation it would seem that this field returns an integer...
Great!
I just can't seem to find a table that will let me translate the number to it's respective data type. I'm not even sure if I'm looking for php or mysql specific information. Push come to shove I can map it out myself, but I'd much rather if someone can point me to the actual documentation.
What am I missing?