Tema
:
array sin inicializar lo toma como string =\
Ver Mensaje Individual
#
7
(
permalink
)
01/12/2010, 10:41
GatorV
$this->role('moderador');
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 19 años
Puntos: 2135
Respuesta: array sin inicializar lo toma como string =\
De hecho me muestra lo mismo un array...:
Código PHP:
Ver original
<?php
$test
[
0
]
=
"hola"
;
var_dump
(
$test
)
;
Código:
array(1) { [0]=> string(4) "hola" }
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV