Sid3335
03-19-2007, 04:16 AM
i'm reading in the contents of a php file and storing it in a string.
i would like to wrap some text around every function that is in the string.
if (!function_exists(FUNCTION_NAME))
{
//function goes here
}
so i need to wrap that text around it and get the name of the function to put in the paramter list for the function_exists().
Any help is appreciated
i would like to wrap some text around every function that is in the string.
if (!function_exists(FUNCTION_NAME))
{
//function goes here
}
so i need to wrap that text around it and get the name of the function to put in the paramter list for the function_exists().
Any help is appreciated