[SR-Users] how can string "0" be equal to int 0?
Iñaki Baz Castillo
ibc at aliax.net
Fri Oct 15 17:39:23 CEST 2010
2010/10/15 Juha Heinanen <jh at tutpro.com>:
>> No, there is no is_int function, but you could use a hack:
>>
>> if (($v == 0) && ($v + 0 == (str)0))
>>
>> will be true only if $v is int and == 0 ($v == 0 makes sure that
>> $v!="").
>
> daniel,
>
> here you go. is that in your opinion something that a non-programmer
> could easily figure out?
I think the above is not realistic for a common SR/Kamailio admin.
--
Iñaki Baz Castillo
<ibc at aliax.net>
More information about the sr-users
mailing list