Good afternoon guys, hit the following doubt:
When I define within an integer variable the left zero it returns me in the echo a number nothing to see, I would like to know why:
Following is an example:
<?php
echo $inteiro = 015;
//me retorna o seguinte valor: 13 gostaria de saber o pq?
?>