On Jun 28, 5:21 pm, "laredotorn...@zipmail.com"
<laredotorn...@zipmail.com> wrote:
> Hi,
>
> I'm using php 4.4.4. How do i check if a given variable is an array
> or simply a scalar?
>
> Thanks, - Dave
is_array ?
there are others:
is_float()
is_int()
is_string()
is_object()