Allowed Type : float, int, bool
Not Allowed Type : double, integer, boolean, real, binary
Example:
Not Allowed Type : double, integer, boolean, real, binary
Example:
<?hh function typeCast(): bool { $val = 100; // Integer $bolVal = (bool) $val; // Boolean conversion return $bolVal; }
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.