Definieren Sie den Rückgabetyp für PHP -Funktionszeichenfolge oder Boolean

function fn (string s): int|bool { return 1; } // from php 8.0.0 and above
ahmad-ali14