Question from the PHP - Fundamentals test

What can we say about the following code?

Archived

Which statements are true about the following code ?

/**
* @param    string||int    $mixedVar
* @return    int
*/ 
func someMethod($mixedVar): int
{
    return $mixedVar + 99;
}
Author: WilliamStatus: Archived(New question!)Question passed 8 times
0
Community Evaluations
developer avatar
nicolas
07/03/2024
Le mot clé func n'existe pas.
developer avatar
William
07/03/2024
Effectivement c'est function et non func en PHP
developer avatar
Auteur anonyme
15/03/2024
Est-ce que vous voulez proposer une modification de la question pour avoir les points de contribution ? Sinon je le ferais 😃
developer avatar
nicolas
17/03/2024
C'est fait