Writing extensions.
Posted: Thu May 07, 2009 10:38 am
Hi,
I have a few question about writing PHP extensions.
Can an extension affect the way the execution of a script goes?
Is it possible for an extension to change values of variables?
Can I grab the contents of data that were pushed to functions like mysql_query()?
If this kind of stuff can be achieved with extensions, then I am really interested.
I have a few question about writing PHP extensions.
Can an extension affect the way the execution of a script goes?
Is it possible for an extension to change values of variables?
Can I grab the contents of data that were pushed to functions like mysql_query()?
If this kind of stuff can be achieved with extensions, then I am really interested.