<?php $value = intdiv(10,3); var_dump($value); print(" "); print($value); ?>
這將在瀏覽器產生以下輸出 -
int(3) 3