ReflectionClass::getMethod

(PHP 5, PHP 7)

ReflectionClass::getMethod锟斤拷取一锟斤拷锟洁方锟斤拷锟斤拷 ReflectionMethod锟斤拷

说锟斤拷

public ReflectionClass::getMethod ( string $name ) : ReflectionMethod

锟斤拷取一锟斤拷锟洁方锟斤拷锟斤拷 ReflectionMethod锟斤拷

锟斤拷锟斤拷

name

要锟斤拷锟斤拷姆锟斤拷锟斤拷锟斤拷啤锟�

锟斤拷锟斤拷值

一锟斤拷 ReflectionMethod锟斤拷

锟斤拷锟斤拷锟届常

锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟阶筹拷 ReflectionException 锟届常锟斤拷

锟斤拷锟斤拷

Example #1 ReflectionClass::getMethod() 锟侥伙拷锟斤拷锟矫凤拷

<?php
$class 
= new ReflectionClass('ReflectionClass');
$method $class->getMethod('getMethod');
var_dump($method);
?>

锟斤拷锟斤拷锟斤拷锟教伙拷锟斤拷锟斤拷锟�

object(ReflectionMethod)#2 (2) {
  ["name"]=>
  string(9) "getMethod"
  ["class"]=>
  string(15) "ReflectionClass"
}

锟轿硷拷