#1: Re: where is source code for urlencode and urldecode?
Posted on 2011-06-20 18:30:50 by Richard Quadling
On 20 June 2011 18:24, JDS <jds@forerunnertv.com> wrote:
> Where can I find the source code for urlencode and urldecode functions?
>
> I need to port them over to AutoHotKey script.
>
> Thanks
Start at http://svn.php.net/viewvc/php/php-src/trunk/ext/standard/url .c?view=markup#l524
and read down from there.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Report this message |
#2: Re: where is source code for urlencode and urldecode?
Posted on 2011-06-20 18:33:21 by Richard Quadling
On 20 June 2011 18:24, JDS <jds@forerunnertv.com> wrote:
> Where can I find the source code for urlencode and urldecode functions?
>
> I need to port them over to AutoHotKey script.
>
> Thanks
Sorry..
Between http://svn.php.net/viewvc/php/php-src/trunk/ext/standard/url .c?view=markup#l463
and #l687
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Report this message |