PHP·98 questionsWhat are readonly properties?SaveUpdated: 2026-08-31Answer•PHP 8.1+.•readonly public string $name;.•Set only once.•PHP 8.2: readonly class.•For immutable objects.Ask AI to clarifyWas this answer helpful?HelpfulNot helpfulSuggest an improvement