3v4l.org

run code in 300+ PHP versions simultaneously
<?php $px = '1000px'; var_dump((int)$px); function get_cm_by_px($px, $dpi = 300, $precision = 2) { $comma = ','; // if US use '.' return number_format(2.54 * (int)$px / $dpi , $precision, $comma,'') ; } get_cm_by_px($px);

preferences:
62.55 ms | 402 KiB | 5 Q