php將string型別轉換為int型別的方法:可以透過強制型別轉換來實現,如【(int)$foo;】。也可以透過intval()函數來實現,如【intval($foo);】。 方法如下: (影片教學推薦:php影片教學) int intval sprintf 相關推薦:php培訓