Win 32 API Extension ==================== /* $Revision$ */ This extension is a generic extension api to dll's. This was originally written to allow access to the Win32 API from PHP. Although you can also access other functions exported via other DLL's. An example of getting the amount of time the system has been running and displaying it in a message box: ========================== Example.php ===================================== ============================================================================ Currently supported types are generic PHP types (strings, bools, doubles, longs and null's) others will be added as and when I can figure out the best way of converting between types. Thanks to Ton Plooy for the base code for the generic calling function. - James Moore