[php] 値が数字か判定する方法
値が数字か判定する方法
値が数字か判定する方法はctype_digitを使用する
出力は以下の通り
The string 1820.20 does not consist of all digits. The string 10002 consists of all digits. The string wsl!12 does not consist of all digits.
値が数字か判定する方法はctype_digitを使用する
出力は以下の通り
The string 1820.20 does not consist of all digits. The string 10002 consists of all digits. The string wsl!12 does not consist of all digits.