1<?php 2 3$array = [14, 1, 22, 8, 7]; 4$return = sort($array); ... Callback functions can be simple functions, but also object methods, ...
確定! 回上一頁