print credit ของ php ด้วยฟังก์ชัน phpcredits()
print credit ของ php ด้วยฟังก์ชัน phpcredits()

 

ฟังก์ชัน phpcredits() พารามิเตอร์ที่สามารถใส่ได้คือ

พารามิเตอร์ คำอธิบาย
CREDITS_ALL credit ทั้งหมดมีค่าเท่ากับ CREDITS_DOCS + CREDITS_GENERAL + CREDITS_GROUP + CREDITS_MODULES + CREDITS_FULLPAGE
CREDITS_DOCS credit ของทีมทำงานเกี่ยวกับ document
CREDITS_FULLPAGE Usually used in combination with the other flags. Indicates that a complete stand-alone HTML page needs to be printed including the information indicated by the other flags.
CREDITS_GENERAL credit ทั่วไป เช่น Language design, concept, PHP authors, SAPI module
CREDITS_GROUP รายการของผู้พัฒนาหลักๆ
CREDITS_MODULES รายการของextension modules และผู้พัฒนา module
CREDITS_SAPI รายการของserver API modules และผู้พัฒนา


*ถ้าไม่ใส่พารามิเตอร์จะเท่ากับแสดง credit ทั้งหมด



ตัวอย่าง
<?php

phpcredits();

?>



กลับ menu php