Ninjakreborn Posted April 17, 2006 Share Posted April 17, 2006 Why can integers only hold a certain number, it's max number is2147483647from this point it is converted to a float.What is the point of this, does it have somethign to do with float being used also for fractions, or is there another reason, why the developers of php choose to make it's max number, that specific numberAnd excuse me for saying htisbut what is jan 1 whatever yeari Have heard this everywhere with every program language, the "magical year" is january first, of some old long lost date, what does that have to do with. Quote Link to comment Share on other sites More sharing options...
Barand Posted April 17, 2006 Share Posted April 17, 2006 1 ) 2147483647 is max than can be held in 4 bytes with a sign bit. ( = 2^31 - 1).2 ) Unix times are stored in seconds since 1970-01-01 00:00:00 Quote Link to comment Share on other sites More sharing options...
Ninjakreborn Posted April 17, 2006 Author Share Posted April 17, 2006 thank you that makes a little more since now. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.