According to DOC Type Manipulation , the allowed conversions are:
(int), (integer) - molde para inteiro (bool), (boolean) - converte para booleano (float), (double), (real) - converte para número de ponto flutuante (string) - converte para string (array) - converte para array (object) - converte para objeto (unset) - converte para NULL (PHP 5)
I was wondering if there is any way to create a custom typing. I looked in the documentation and the SO-EN but found nothing about it.
I already have a function for this purpose, but I wanted to create a typing type (upper) 'Papa Chalie' // PAPA CHARLIE
, would it be possible?