← All docs

is_resource()

Checks whether a variable is a resource.

is_resource()

function is_resource(mixed $value): bool

Checks whether a variable is a resource.

Parameters:

  • $value (mixed)

Returns: bool

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how is_resource is implemented in the compiler, see the internals page.