Date: 12/05/00
- Next message: Rasmus Lerdorf: "Re: [PHP-DOC] Manual in PalmPilot formats uploaded"
- Previous message: Ron Chmara: "[PHP-DOC] Big Function Lists"
- In reply to: Ron Chmara: "[PHP-DOC] Big Function Lists"
- Next in thread: Stanislav Malyshev: "[PHP-DOC] Re: [PHP-DEV] Big Function Lists"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I wrote scripts to do this ages ago.
Make sure you have the php3, php4 and phpdoc trees checked out of cvs.
Then do:
cd phpdoc
./genfunclist ../php3
./genfunclist ../php4
You can also try genfuncsummary for a more verbose listing.
-Rasmus
On Wed, 22 Nov 2000, Ron Chmara wrote:
> I'm trying to get a simple listing of all PHP 3 functions, and
> another list of all PHP 4 functions. I can find segmented lists on
> http://www.zugeschaut-und-mitgebaut.de/php/statistics.html
> and:
> http://www.zend.com/phpfunc/
> (By alphabetic subsegment, with HTML pieces, etc.)
>
> but I was looking for just a simple, straightforward, pair of lists,
> of everything that an application (BBEdit, to be specific)
> should hi-light in it's syntax coloring modes for PHP 3 and PHP 4.
> as simple as:
> ----
> abs
> acos
> ada_afetch
> ada_autocommit
> ----
> ...etc.
>
> Can somebody (hartmut?) just pull me the a big list pair out
> of the current db's?
>
> -Ronabop
>
> --
> Brought to you from iBop the iMac, a MacOS, Win95, Win98, LinuxPPC machine,
> which is currently in MacOS land. Your bopping may vary.
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> For additional commands, e-mail: php-dev-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>
- Next message: Rasmus Lerdorf: "Re: [PHP-DOC] Manual in PalmPilot formats uploaded"
- Previous message: Ron Chmara: "[PHP-DOC] Big Function Lists"
- In reply to: Ron Chmara: "[PHP-DOC] Big Function Lists"
- Next in thread: Stanislav Malyshev: "[PHP-DOC] Re: [PHP-DEV] Big Function Lists"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

