Zdefiniuj typ zwracania dla ciągu funkcji PHP lub boolean

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