Let's say I'm doing the following:

w32api_deftype (
         'STRUCT',
         'long', 'someNumber',
         'string', 'someText',
         'int', 'someInt'
);
w32api_register_function('library', 'test', 'int');
$test = w32api_init_dtype('WHATEVER');
test($test);

The function test should place data into STRUCT $test. print_r($test) gives 
me 'Resource ID.' Will I have to use some other library function to tell me 
what's in $test or can I use php to do it?


Sincerely,

João P. Bragança


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to