[Edit]
Answer
a signed number is one that can be negative (have a sign) whereas an unsigned number will only be positive. due to less information, you can double the largest number storable in a signed integer to get the data availible in an unsigned integer. However, PHP doesn't have unsigned integers, they're all signed.
First answer by ID1135460331. Last edit by ID1135460331. Question popularity: 15 [recommend question]





