Dammit, that's great Plutarck.
Been wanting to write a documentating script for ages, that basically took
the output from show_source() and added links to all the functions in the
online manual, as well as any functions defined in the script or includes.
Will be handy for a tutorial series I'm doing: users could then just
point-and-click at the bits of the script they don't understand.
All I needed to get going with it was a list of all the pre-defined
functions. And here it is!
Matt
""Plutarck"" <[EMAIL PROTECTED]> wrote in message
9ajqk2$ll4$[EMAIL PROTECTED]">news:9ajqk2$ll4$[EMAIL PROTECTED]...
> First of all I use Edit Plus, which uses a list of PHP functions to know
> what words to highlight in the code.
>
> Well now that I have a seriously throbbing headache, I've done it.
Finally.
>
> If you use a program that needs a list of functions for syntax
highlighting,
> I've finally got one that has every function according to PHP
> get_defined_functions (includes quite a few undocumented functions), the
PHP
> manual, and quite a few others it failed to mention but should be
> highlighted. unset() is a good example, along with print/echo, I managed
to
> put it together. Every entry on it's own line (so it's seperated by "\n").
>
> My head feels like it is being used as the repository for Anna Nichole
> Smith's silicone breast implants (both failed and spare parts for future
> use).
>
> In any case, there are 1755 entries in the blasted thing. If it's in the
PHP
> manual or get_defined_functions, it's in there. And damn is that alot.
>
> Here is the link to the text file:
> http://crazyoddball.hypermart.net/php.stx.txt
>
>
> However I learned so many cool things with so many functions I'd like to
> use, but I have a severe headache and have to go to work (I'll be in a car
> the whole time, so no computer) in one hour, and I haven't slept.
>
> And I'm not getting paid for this either.
>
> Ah yes, this is GeekLife. But I have no caffiene in my system. So this is
> the GranolaGeekLife...GGL...giggle?
>
>
>
> Well whatever I end up doing/not-doing, enjoy! Hopefully the thing will be
> useful.
>
> I certainly hope so, because compiling the whole thing was overkill if I'm
> the only one that will use it :)
>
>
>
> --
> Plutarck
> Should be working on something...
> ...but forgot what it was.
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]