>I have a line which strips the suffix (gif, GIF, TIFF, jpg, JPEG, etcetc
>or I would just use basename() :-) from a string but it seems needlessly
>drawn out:
>
> $file = preg_split('/\./',$dirfiles[0]) ; $file = $file[0] ;
>
>I would like to just assign the 0th element of the preg_split() output
Hi, all --
I have a line which strips the suffix (gif, GIF, TIFF, jpg, JPEG, etcetc
or I would just use basename() :-) from a string but it seems needlessly
drawn out:
$file = preg_split('/\./',$dirfiles[0]) ; $file = $file[0] ;
I would like to just assign the 0th element of the preg_split() o
2 matches
Mail list logo