HI
>
>
what is the application of resource variable
>
Resource variable is where php extensions store their data. You usually
obtain a resource from some 'init' type function and then simply pass it
around. You cannot read or inspect the content of such variable.
Comment