PHP/resource

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< PHP
Revision as of 15:16, 25 December 2025 by Woozle (talk | contribs) (Created page with "==About== In PHP, a "resource" represents an opaque internal class for handling certain types of I/O-ish operations. Tentatively, variables may be declared to be of type...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

About

In PHP, a "resource" represents an opaque internal class for handling certain types of I/O-ish operations.

Tentatively, variables may be declared to be of type "\resource" (as of PHP 8 or so).

Reference