Posts by Jonathan Paulista • 3 points
1 post
-
-4
votes2
answers97
viewsQ: How to convert a value (which appears to be octal) to literal string in PHP (5.6)?
How to convert a value (which appears to be an octal) to a literal string in PHP (5.6)? Example: //considere $mes=08; ou $mes=09; $mes = 08; echo $mes; // Retorna 0 $result = (string) $mes; echo…
phpasked Jonathan Paulista 3