Answers for "php type generic object"

PHP
0

php type generic object

function getParticipant(): ?object
{
   //...
  $x = new Cat(); 
  return $x;
}
Posted by: Guest on May-24-2021

Browse Popular Code Answers by Language