(PHP 5, PHP 7, PHP 8)
ReflectionFunction::__toString โ ReflectionFunction ใ่กจ็พใใๆๅญๅใ่ฟใ
้ขๆฐใ่กจ็พใใใไบบ้ใ่ชญใใ่ชฌๆใๅๅพใใพใใ ใใฉใกใผใฟใจๆปใๅคใๅซใพใใพใใ
ใใฎ้ขๆฐใซใฏใใฉใกใผใฟใฏใใใพใใใ
ๆๅญๅใ่ฟใใพใใ
ไพ1 ReflectionFunction::__toString() ใฎไพ
<?php
function title($title, $name)
{
return sprintf("%s. %s\r\n", $title, $name);
}
echo new ReflectionFunction('title');
?>
ไธใฎไพใฎๅบๅใฏใ ใใจใใฐไปฅไธใฎใใใซใชใใพใใ
Function [ <user> function title ] { @@ Command line code 1 - 1 - Parameters [2] { Parameter #0 [ <required> $title ] Parameter #1 [ <required> $name ] } }