Forum Moderators: coopster

Message Too Old, No Replies

Intval and int

         

FiRe

5:14 pm on May 16, 2007 (gmt 0)

10+ Year Member



Do int() $var and intval($var) do the same thing?

joelgreen

5:37 pm on May 16, 2007 (gmt 0)

10+ Year Member



I think you meant (int)$var

I would say no difference.