Can I somehow overwrite existing function with my? Let say I want to create my own function and would like to call it pow, so I do not need to rewrite all existing codes that are using pow from math library.
Peter
Php is Open Source. You can just modify it to do whatever you want.