| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
ReflectionFunctionAbstract::isDeprecated(PHP 5) ReflectionFunctionAbstract::isDeprecated — Checks if deprecated 설명
   public bool ReflectionFunctionAbstract::isDeprecated
    ( void
   ) 
  Checks whether the function is deprecated. 인수이 함수는 인수가 없습니다. 반환값
    예제
 Example #1 ReflectionFunctionAbstract::isDeprecated() example 
<?php위 예제의 출력: bool(true)  |