嗨,当我尝试从字符串转换为int时,int()我得到以下错误:
int()
调用未定义的函数int()
为什么会这样?
intval()工作得很好但我int()出于某种原因无法使用.
intval()
php
php ×1