[PHP] why no create_method ?

2002-02-18 Thread Crawley
Is there anyway to create a class method, I want to return an object which has a number of 'runtime' methods. What I want to do is parse a WSDL and generate an interface object ( with the correct functions ), the way I see it I cant do this as we lack a create_method call. I can parse the WSDL a

[PHP] dlopen - why ?

2001-09-13 Thread Crawley
I take it php dosent have a dlopen func for opening shared librarys. I suppose if you dont have one. why ? Also can I turn off the output of headers, so that I can use it as a general-purpose scripting language. Rich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-ma

[PHP] Re: dlopen - why ?

2001-09-14 Thread Crawley
"Richard Lynch" > http://php.net/dl > php --help > but... can I use this to open a 'normal' dll ( not a php extension ) and extract a function with 'dlsym' ? Rich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM