No, the type of LongBlob is specific to MySQL. In PHP, it is considered as binary data (usually characters), if you try to convert it to int, it will take the first 32 bits of data (depending on the platform) and insert them into a variable.
source share