Mod_util
A class containing utility functions for use in PINP and PHP templates.
| (string) | getFileFromFTP | Get a file from FTP and return it's contents. |
| (string) | path_unescape | Unescape a path. |
| (string) | path_escape | Escape a path. |
| (function) | create_function | Create a PINP function. |
| (mixed) | call_function | Call a function created with create_function |
| (mixed) | usort | Wrapper for the usort function. |
| (mixed) | uasort | Wrapper for the uasort function. |