Answers for "php function return boolean or string"

PHP
0

define return type for php function string or boolean

function fn (string s): int|bool { return 1; } // from php 8.0.0 and above
Posted by: Guest on August-19-2021

Browse Popular Code Answers by Language