It is possible to fetch the zend resources (zend_fetch_resource) without knowing the type of the fetching resource? If so, how?
Note: I am writing PHP extension.
|
It is possible to fetch the zend resources ( Note: I am writing PHP extension.
| ||||
|
feedback
|
|
Yes, you can.
Just use
From the resource zval you can extract the id with However, I don't see much usage for this, except maybe to create a You can get the name of the resource directly with:
| |||||||||||
feedback
|