RESOURCE


clipping apg

Is a special variable, holding a reference to an external RESOURCE.

A RESOURCE is created and used by special PHP functions.





RESOURCE

can have, for example, one of the following assignments:

   a) Opening of files.

   b) Images canvas - ( until PHP 7.4.XX. )

   c) Connections with data banks.


However, we have a special chapter ...

... to study RESOURCES in more detail