Keyboard shortcuts

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 Native Attributes

PHP defines its own native attributes.

  • Attribute
  • ReturnTypeWillChange
  • SensitiveParameter
  • AllowDynamicProperties
  • Override
  • Deprecated
  • NoDiscard
  • DelayedTargetValidation.
<?php

#[Deprecated]
class X {}

?>

Documentation