Calling extension function from another
Calling extension function from another
am 28.08.2009 10:11:59 von leledumbo
Is it possible to call a function that resides in an extension from another
extension?
--
View this message in context: http://www.nabble.com/Calling-extension-function-from-anothe r-tp25185839p25185839.html
Sent from the PHP - General mailing list archive at Nabble.com.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Calling extension function from another
am 28.08.2009 11:22:59 von hack988 hack988
I don't kown your mean,could you descript the question more detail?
2009/8/28 leledumbo :
>
> Is it possible to call a function that resides in an extension from another
> extension?
> --
> View this message in context: http://www.nabble.com/Calling-extension-function-from-anothe r-tp25185839p25185839.html
> Sent from the PHP - General mailing list archive at Nabble.com.
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Calling extension function from another
am 29.08.2009 10:14:31 von leledumbo
extension A has function a, extension B has function b. How can I make b
calls a?
--
View this message in context: http://www.nabble.com/Calling-extension-function-from-anothe r-tp25185839p25200892.html
Sent from the PHP - General mailing list archive at Nabble.com.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Calling extension function from another
am 29.08.2009 12:09:56 von J DeBord
--001485eb04fdd8c04a047245013d
Content-Type: text/plain; charset=UTF-8
On Sat, Aug 29, 2009 at 10:14 AM, leledumbo wrote:
>
> extension A has function a, extension B has function b. How can I make b
> calls a?
What is an extension?
>
> --
> View this message in context:
> http://www.nabble.com/Calling-extension-function-from-anothe r-tp25185839p25200892.html
> Sent from the PHP - General mailing list archive at Nabble.com.
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--001485eb04fdd8c04a047245013d--
Re: Calling extension function from another
am 29.08.2009 13:13:08 von Stut
2009/8/28 leledumbo :
>
> Is it possible to call a function that resides in an extension from another
> extension?
It's certainly possible but I've never needed to do it so I don't know
how. I suggest you ask this question on the PHP Internals list.
-Stuart
--
http://stut.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php