This shows you the differences between two versions of the page.
|
php:plain_text_list_of_php_functions_and_their_arguments [2008/11/20 08:21] 127.0.0.1 external edit |
php:plain_text_list_of_php_functions_and_their_arguments [2012/04/18 23:47] (current) Joel Dare |
||
|---|---|---|---|
| Line 28: | Line 28: | ||
| phpref.php <word> | phpref.php <word> | ||
| + | |||
| + | |||
| + | ===== User Contributed Python Version ===== | ||
| + | |||
| + | A user contributed the following Python version to me in a comment on my blog. The comment is below. | ||
| + | |||
| + | >hi, I read your wiki: | ||
| + | > | ||
| + | >http://www.joeldare.com/wiki/php:plain_text_list_of_php_functions_and_their_arguments | ||
| + | > | ||
| + | >and I improve the script and put it here: | ||
| + | > | ||
| + | >https://github.com/simon-liu/php-api-signature | ||
| + | > | ||
| + | >please check it. thanks. | ||