Re: how to add my functions in php source code
- From: "Álvaro G. Vicario" <alvaro.NOSPAMTHANX@xxxxxxxxxxxxxx>
- Date: Wed, 06 May 2009 16:28:40 +0200
Betikci Boris escribió:
Hi i want to use some of my php functions from php core, how can i do
it?
Do you have any ideas how to compile php source code with my php
functions?
Or mine functions have to be written in C ?
Ex: my_encode_url($url);
You have to write a PHP extension using C language. If you don't know C, then I don't really understand your needs.
--
-- http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
-- Mi sitio sobre programación web: http://borrame.com
-- Mi web de humor satinado: http://www.demogracia.com
--
.
- References:
- how to add my functions in php source code
- From: Betikci Boris
- how to add my functions in php source code
- Prev by Date: Re: How to reference these array items
- Next by Date: Re: One server for static stuff, another for dynamic stuff?
- Previous by thread: Re: how to add my functions in php source code
- Next by thread: Re: how to add my functions in php source code
- Index(es):
Relevant Pages
|