我money_format()在PHP中使用该函数,它给出以下错误:
Fatal error: Call to undefined function money_format()
Run Code Online (Sandbox Code Playgroud)
搜索此错误表明money_format()仅在系统具有strfmon功能时才定义该功能.例如,Windows没有,因此money_format()在Windows中未定义.
是否有适用于Windows的等效PHP函数?