Answers for "how to make a variable return boolean php"

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

Code answers related to "how to make a variable return boolean php"

Browse Popular Code Answers by Language