Java and C# compatible scalar type hinting
Package:
Summary:
Check the types of called function arguments
Groups:
Author:
Description:
This class can be used to check the types of called function arguments.
It sets up an error handler function that can determine if a function is being called with the wrong types of arguments.
The error handler checks if the type hinting classes for the function being called is string, integer, float, double, boolean and checks if the argument values are of the declared types.
It sets up an error handler function that can determine if a function is being called with the wrong types of arguments.
The error handler checks if the type hinting classes for the function being called is string, integer, float, double, boolean and checks if the argument values are of the declared types.
Comments are closed.