<?php// 定義所需的常量,來自// Visual Studio/Tools/Winapi/WIN32API.txtdefine("MB_OK", 0);// 加載此擴展dl("php_w32api.dll");// 注冊 GetTickCount 函數(shù),來自 kernel32.dllw32api_register_function("kernel32.dll", "GetTickCount", "long");// 注冊 MessageBoxA 函數(shù),來自 User32.dllw32api_...
www.dbjr.com.cn/shouce/php5/zh/r...w32a... 2025-4-27