On Mon, 23 Aug 2004, Michael Spector wrote:
> I'm "translating" some function, that recieves a pointer to structure of
> this type:
>
> struct {
> char * text;
> char ** value;
> int flags;
> };This looks like a string, an array and an integer to me. So just pass that. Or an array of those if there is more than one. -Rasmus -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
