
21/02/2005, 13:11
|
 | | | Fecha de Ingreso: junio-2003 Ubicación: Santiago - Chile
Mensajes: 635
Antigüedad: 21 años, 9 meses Puntos: 9 | |
Como bien dice el manual:
require() and include() are identical in every way except how they handle failure. include() produces a Warning while require() results in a Fatal Error
En castellano:
require() y include() son identicas en todo aspecto, excepto en el manejo de errores.
include() produce un error de tipo Warning, mientras que requiere() produce un Fatal Error.
Saludos! |