As create_function create a function from a string, I'm looking to create a string from a function... well I need to analyse the content of a function before to execute it.
Thank you in advance
About create_function
Moderator: General Moderators
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
If you used create_function, then you must have the string. Since you don't have the string, you didn't use create function. That means you want to move a global function to a string. But you need to analyse the content of the function before executing it. Global functions don't need to be analyzed.
Contradiction!
Please explain your problem more clearly. Where are these functions coming from? And why do you need to analyze them?
Contradiction!
Please explain your problem more clearly. Where are these functions coming from? And why do you need to analyze them?