New string operator for PHP

Sep 09, 2008 15:20

I wish there was a place to request PHP features.

I want to add this string operator:

=.

So, it would work like this:

$subject = $name . $subject;

would be replaced by

$subject =. $name;

So the operator would be "concatenate before".

geeky php web development

Previous post Next post
Up