PHP 8.4.6 Released!

ReflectionAttribute::getTarget

(PHP 8)

ReflectionAttribute::getTargetReturns the target of the attribute as bitmask

Description

public ReflectionAttribute::getTarget(): int

Gets target of the attribute as bitmask.

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values

Gets target of the attribute as bitmask.

User Contributed Notes

There are no user contributed notes for this page.
To Top