Re: [PHP] A dumb question

2004-02-12 Thread Jeremy Schroeder
t select any sort of "Reply" when you start your message. You can save the list address in your address book (or equivalent) for convenience. ...and then Jeremy Schroeder said... % % Hey Group Hi! % % I am starting to write class and objects and came across some syntax % that I dont

[PHP] A dumb question

2004-02-11 Thread Jeremy Schroeder
Hey Group I am starting to write class and objects and came across some syntax that I dont understand. What does the ampersand do in the bottom example code, they both work. $n1 = $num1 -> function(); $n1 = & $num1 -> function(); -Blake -- PHP General Mailing List (http://www.php.net/) To unsu

Re: [PHP] Math Question

2004-02-11 Thread Jeremy Schroeder
Thanks for all the help, floor() was the correct choice for this problem . -Blake Vincent Jansen wrote: Hi Richard I agree But you always want to round down ;) Blake> Is there a function that when you divide 2 numbers you drop the Blake> remainder and are left with the whole number. Still

[PHP] Math Question

2004-02-11 Thread Jeremy Schroeder
Hey group Is there a function that when you divide 2 numbers you drop the remainder and are left with the whole number. -- Blake -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php