what is diff between count and sizeof in the php?
Moderator: General Moderators
what is diff between count and sizeof in the php?
Hi friends i am new to the php i want to what is the diff between count and sizeof in the php?
Re: what is diff between count and sizeof in the php?
None. sizeof is an alias of the more commonly used count. See sizeof.
Re: what is diff between count and sizeof in the php?
exactly..........why do they create two functions doing same task 
Re: what is diff between count and sizeof in the php?
Historical reasons most likely.webspider wrote:exactly..........why do they create two functions doing same task