<?php mb_substr( string $string, int $start, ?int $length = null, ?string $encoding = null): string
<?php $name = $this->email(); } return strtoupper(mb_substr($name, 0, 1).mb_substr($surname, 0, 1)); } public function isSuper()