The maximum value returnable by intval() on a 32-bit platform is 2,147,483,647 (2^31-1) or double that for unsigned types, so if you are storing ...
確定! 回上一頁