Hello there,
I'm wondering if anybody can shed some light as to what I can do within the CONTEXT parameter of the Opendir function.
Many thanks,
Josh.
You could use [man]stream_context_create/man to create a context and then pass it to the opendir() function as a parameter.
thanks very much!
Regards Josh