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