| minutes() | ใช้คืนค่า array ของนาที ตาม step ที่กำหนด และสามารถกำหนด นาทีที่เริ่ม และสิ้นสุดได้ด้วย |
|---|
method:minutes ( step, start, end );
return type:array
special:static
content:ใช้คืนค่า array ของนาที ตาม step ที่กำหนด และสามารถกำหนด นาทีที่เริ่ม และสิ้นสุดได้ด้วย
example:print_r ( date::minutes () );
comment:ตัวแปร step มีค่า default = 1 ตัวแปร start มีค่า default = 0 ตัวแปร end มีค่า default = 60