Ver Mensaje Individual
  #17 (permalink)  
Antiguo 20/01/2012, 15:50
Avatar de Chico3001
Chico3001
 
Fecha de Ingreso: septiembre-2011
Ubicación: Mexico, DF
Mensajes: 112
Antigüedad: 12 años, 7 meses
Puntos: 12
Respuesta: Sistema sobrecargado

Cita:
Iniciado por stramin Ver Mensaje
Por otro lado, alguien sabe si las variables en PHP tienen limite?

$var=$cadena_infinita;

supongo que debe tener un limite no?
No.. eso depende de la memoria:

http://www.php.net/manual/en/language.types.string.php

Cita:
Note: It is no problem for a string to become very large. PHP imposes no boundary on the size of a string; the only limit is the available memory of the computer on which PHP is running.