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: William MeadStatus: Archived(New question!)Question passed 8 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!