[PHP-DEV] ??LS_GET() What? From: Sam Liddicott (sam.liddicott <email protected>)
Date: 11/29/00

I'm possibly missing some doc's for writing modules.

3 of my functions take "resource" parameters (really structs) - (I listened
enough when Zeev was talking about php4)

ext_skel writes for me:

PHP_FUNCTION(Give_Muscat)
{
        zval **Muscat_handle_arg, **string_arg;
        int string_len;
        char *string = NULL;
        ???LS_FETCH();

What do I put for ???

Looking at other modules I see gd has: GDLS_FETCH()

Sounds nice; what is it/why/ and where should I have been looking to find
this out.

Thanks

Sam

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>