TMvK
  • Home

self

A collection of 1 post

php

PHP - static vs self

PHP's difference between static and self. class Mom { private const DEFAULT_AGE = 21; public static function getName(): string { return 'Alice'; } public function tellAge(int $age = self::DEFAULT_AGE): string { return 'My age is:

TvK
TMvK © 2025
Latest Posts Ghost