Is there any way to do something like:

<?php
("str_replace")("a", "b", "aaa");
?>

?

One of the problems that I must keep "str_replace" on the same line...The
only solution I see is call_user_func, but I would like to know if you guys
might have a clue =]
Tried looking on the manual, sadly didn't found anything

Thanks, Daniel

Reply via email to