Dynamic PHP - Tricks PHP can do that Java/C#/C++ wont
Creating dynamic classes that change themselves at run time and creating new methods and member variables on the fly. You can’t do that with the Java, C++, or C# languages.
Creating dynamic classes that change themselves at run time and creating new methods and member variables on the fly. You can’t do that with the Java, C++, or C# languages.
February 24th, 2006 at 15:36
You can’t do that with the Java, C , or C# languages.
However, if you need to do this sort of things, than use Perl. It does that (and more) better.
February 26th, 2006 at 16:00
Define better… faster? easier? simpler? more elegant?
Most people seem to agree that knowing both is a definite plus, while Perl is more flexible and complete PHP is more simple, easier to install and fast.
Have a look at this for more oppinions
Did you know that PHP5 has a perl extension?