I want to rewrite the function in PHP (say, the mail () function), and I want to do this when I call mail () from now on, it will load my version of mail (), not the default php version. Is this possible in php?
I want to do this because I have thousands of lines of code that call mail (), and I donβt want to rewrite them.
Also for further use in computer programming, what is called when you do something like this?
thank
function php
chris Dec 03 '09 at 1:56 2009-12-03 01:56
source share