Change PHP function name..

psycho

Verified User
Joined
May 16, 2005
Messages
44
Hey,
Can I change some function name like "system()" to "testaa()"
Or maybe allow some functions only to 1 user...

Idea's? It's possible? Thanks
guy.
 
I don't think that functions can be limited on a per user basis, but you might check the php docs on integrating with apache for your options.

I guess it would technically be possible to rename a builtin function, but you would need to modify the source and hope nothing broke when you compiled again. (I would not recommend it)
 
Back
Top