I know that I can do something like
$int = (int)99; //(int) has a maximum or 99
To set the variable $int to an integer and give it a value of 99, Is there a way to set the type to something like LongBlob in MySQL for LARGE Integers in PHP?
2 ANSWERS
You must be logged in to reply to this topic.