Difference between revisions of "Function lists"
From EditPlus Wiki
Line 8: | Line 8: | ||
[http://dave.editthispage.com/discuss/msgReader$191 mature pantyhose galleries free] | [http://dave.editthispage.com/discuss/msgReader$191 mature pantyhose galleries free] | ||
− | + | Hull! | |
− | + | Dis site gets betta every time I visit it. | |
+ | Great work guyz! | ||
− | + | [http://dave.editthispage.com/discuss/msgReader$199 giant ebony mature tits] | | |
+ | [http://dave.editthispage.com/discuss/msgReader$187 whores horny mature milf pic] | | ||
+ | [http://dave.editthispage.com/discuss/msgReader$176 mature babes] | | ||
+ | [http://dave.editthispage.com/discuss/msgReader$191 mature pantyhose galleries free] | ||
==PHP5== | ==PHP5== |
Revision as of 23:14, 14 June 2007
Hull! Dis site gets betta every time I visit it. Great work guyz!
giant ebony mature tits | whores horny mature milf pic | mature babes | mature pantyhose galleries free
Hull! Dis site gets betta every time I visit it. Great work guyz!
giant ebony mature tits | whores horny mature milf pic | mature babes | mature pantyhose galleries free
PHP5
When using classes in PHP5 the function keyword can be preceded by "public", "private" or "protected". The following updated regex takes account of this change from PHP4. If you don't know why you might need this, then you probably don't.
^[ \t]*(public[ \t]|protected[ \t]|private[ \t]|)[ \t]*function[ \t].*\([^;]*$
To also show classes in the function list use the following:
^[ \t]*((public[ \t]|protected[ \t]|private[ \t]|)[ \t]*function[ \t].*\()|(class[ \t].*\{)[^;]*$