Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
intval()基数 10 の計算を行う関数の目的は何ですか? タイプキャストとまったく同じではなく、遅いだけですか? 私のグーグルのすべてで、私は単一の利点を見つけていません。私は何が欠けていますか?
intval()
intval()変換元のベースを指定できます。
$decimal_value = intval("FF", 16)
単純な base-10 変換の場合、 を使用する理由はありませんintval()。
intval()基本パラメータを受け入れることができますが、intにキャストすることはできません。