When I used proc_open
, it returns a resource handle represented as Resource id #4
. This code runs on the server, and I want to use this 'handle' again using the id. But after some kind of data transfer between the client and the server, all I got is the resource's id, Resource id #4
, instead of the pointer.
Is is possible to recreate the resource with the only id?