View Single Post
  #122 (permalink)  
Old 12-04-2007, 01:19 AM
Explizite Explizite is offline
D-Web Trainee
 
Join Date: Dec 2007
Posts: 28
Explizite is on a distinguished road
Default Re: Using Arrays in PHP

Quote:
Originally Posted by Jeyaseelansarc View Post
HI,
What is the difference of using count() and sizeof() in counting array values?
Well, there's no difference at all. Sizeof() is an alias of Count().
Reply With Quote