public static function guessLanguage($source)
public static function guessLanguage($source)
Guess which computer programming language a file is written in.
Parameters
string | $source | Source text of the file. |
Return
mixed | Language string, or null if unable to guess. |