PHP Native Attributes
PHP defines its own native attributes.
- Attribute
- ReturnTypeWillChange
- SensitiveParameter
- AllowDynamicProperties
- Override
- Deprecated
- NoDiscard
- DelayedTargetValidation.
<?php
#[Deprecated]
class X {}
?>
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
PHP defines its own native attributes.
<?php
#[Deprecated]
class X {}
?>