I'm Italian.. and I have a big problem
I have an application in Java and i'm trying to porting in PHP.
In this application, there is a short conversion like this:
A = (short)(B); the result is: 7528 = (short)(-252764824)
I need to do this in PHP.... but in PHP the short type does not exist.
... what can I do for calculate my 7528 .... started from -252764824??
Thank you all, and sorry for my bad english
Alan