0 == '#' (según php)
$ echo "<?php var_dump( (0 == '#') ); " &> test.php
$ php test.php
bool(true)
$ echo "<?php var_dump( (0 === '#') ); " &> test2.php
$ php test2.php
bool(false)
...
estos lenguajes modernos (!?)
(y cuánto más veo más me queda por ver)
$ echo "<?php var_dump( (0 == '#') ); " &> test.php
$ php test.php
bool(true)
$ echo "<?php var_dump( (0 === '#') ); " &> test2.php
$ php test2.php
bool(false)
...
estos lenguajes modernos (!?)
a las
03:33
Categorías: baratijas: montañas de baratijas, Curiosidades, Nerd, Programacion
Un comentario:
When someone writes an post he/she retains the image of a user in his/her
brain that how a user can be aware of it. So that's why this piece of writing is amazing.
Thanks!
Here is my webpage web page []
Publicar un comentario