Answers for "php type hinting function"

PHP
0

what is type-hinting in php

Apparently 'type hinting' in PHP can be defined as
follows: "Type hinting" forces you to only pass objects 
of a particular type. This prevents you from 
passing incompatible values, and creates a standard 
if you're working with a team
Posted by: Guest on July-22-2021

Browse Popular Code Answers by Language