$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2006-07-04 15:14:00
"Thorsten Ottosen" wrote:
> In php, there is not a single member functions in a string, and all
> string processing is done with free-standing functions. In general I
> find strings in php easy to work with:
>
Other scipting languages have /very/ powerful
strings and present this as a major feature.
Borland C+ uses fat string and every GUI framework
on the planet had ctrated their own string to deal with
insufficiency of std::string (in their own words).
/Pavel