Take a look at http://www.php.net/manual/en/zend.calling-user-functions.php
I guess that's what you need.

What is your extension about?

Fab.

----- Original Message -----
From: "Andrew Patterson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 15, 2002 8:33 PM
Subject: [PHP-DEV] Calling other PHP functions from your extension


> Hello,
>
> I've been messing around with my own PHP extension for a couple of days
> now (I was pleasantly surprised to find how easy it was to write one!),
> one I've been meaning to write for over a year and I had a couple of
> questions I hope I can get some help on:
>
> i) is it possible to call other functions in PHP from your functions? In
> particular, I'd like to eval() a string I have and return the resultant
> string to the user -- is there anyway I can do this?
>
> ii) I'm making fast progress in my extension, and I think it might be
> something that might be worthy of inclusion into the main PHP
> distribution. What steps are involved in submitting a module for such
> consideration?
>
> Wood Shavings!
> Andrew Patterson
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to