โค้ดตัวอย่าง :
1 2 3 4 5 6 | < ?php $stack = array("ส้ม", "กล้วย", "มะละกอ", "ทุเรียน"); $fruit = array_pop($stack); print( $fruit ); print_r( $stack ); ?> |
ผลลัพธ์ที่ได้
ทุเรียน Array ( [0] => ส้ม [1] => กล้วย [2] => มะละกอ ) |
ฟังก์ชั่นนี้ ใช้สำหรับ เอาค่าตัวสุดท้ายออกไปจาก Array โดยค่าที่คืนกลับจากฟังก์ชั่น ก็จะเป็นค่าที่เอาออก ส่วนตัว Array เอง ค่าตัวสุดท้ายก็จะถูกลบทิ้งไปเลย จะเอาออกได้ครั้งละ 1 ค่าเท่านั้น ในตัวอย่าง จะเห็นว่า ตัวแปร $fruit จะเก็บค่าของ Array ตัวสุดท้ายไว้ และตัวแปร $stack คำว่า ทุเรียน ก็หายไป
ข้อมูลเพิ่มเติม : http://th2.php.net/manual/en/function.array-pop.php
CheapCamera says:
23/08/2553 at 23/08/2553
เป็นความรู้เพิ่มเติมอีก แต่ยังไม่รู้ว่าจะเอาไปใช้ตอนไหนได้บ้างหว่า แง่มๆ
คงต้องมีโอกาสได้ใช้แหละนะ
Napadon Kaengkanna (@tuxinlove) says:
21/11/2555 at 21/11/2555
ตัดนามสกุลออกจากชื่อไฟล์ครับ
holistic dog food says:
20/02/2554 at 20/02/2554
It is perfect time to make some plans for the future and it is time to be happy. I have read this post and if I could I wish to suggest you few interesting things or advice. Maybe you could write next articles referring to this article. I desire to read even more things about it!