25.06.2018, 13:58
Quote:
kkkkkk
Exatamente strval converte string para inteiro, porem caso ela nгo consiga converter ela retorna false! Da certo sim! |
PHP код:
/*
* Saнda = 200
*/
printf("valor %d", strval("200a"));
/*
* Saнda = 0
*/
printf("valor %d", strval("a200"));