Well, for me the word resource has a very clear meaning and it is a bit difficult to explain the meaning of a word that is self-explanatory.
Maybe with an analogy, let it be clear what it is: If you think that a certain thing can provide means or directives to get / reach another thing, then just think that these means are nothing more than resources.
So in PHP it really makes sense for a connection link to be a resource, a stream / channel from an FTP connection, a file handler created by fopen (), or a connection socket. All of them are "points" from which other actions are taken to arrive at something / result.
Resource types were created in PHP 3
to compensate for the lack of objects, so of course you could (actually you might) think they are analogous to objects where functions returning resources
would be object constructors and manipulating functions through the resource would be like methods of these objects.