Re: [PHP-DEV] understanding resources

2002-06-13 Thread Alan Knowles
ce" is just >> >> >a > > >>name that will be displayed if Zend cannot find your resource, and >>le_resource is the resource type you got back when you registered the >>resource destructor. >> >> > >- Original Message - >From

Re: [PHP-DEV] understanding resources

2002-06-13 Thread fabwash
ller, that will be your > resource identification. > The second argument is a pointer to your resource (a zval, a struct, or > whatever). > The third argument is the resource destruction handler type. > > - Original Message - > From: "Joel Dudley" <[EMAIL PR

Re: [PHP-DEV] understanding resources

2002-06-13 Thread fabwash
dentification. The second argument is a pointer to your resource (a zval, a struct, or whatever). The third argument is the resource destruction handler type. - Original Message - From: "Joel Dudley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 13

[PHP-DEV] understanding resources

2002-06-13 Thread Joel Dudley
Hello all, I need to write a molecular visualization extension for PHP to complete a project I am working on. It will have to work somewhat like GD by creating a resource, having other functions operate on that resource, and then output an image. I have trouble finding a good explanation of reso