Tema
:
Manejo de String
Ver Mensaje Individual
#
4
(
permalink
)
20/03/2006, 14:52
icebeam
Fecha de Ingreso: marzo-2006
Mensajes: 27
Antigüedad: 19 años
Puntos: 0
La funcion substr te sería un poco mas util:
Código PHP:
$rest
=
substr
(
"abcdef"
,
0
, -
4
);
// returns "ab"
icebeam
Ver Perfil
Buscar todos los Mensajes de icebeam