ReflectionFunctionAbstract::isDeprecated

(PHP 5 >= 5.2.0, PHP 7)

ReflectionFunctionAbstract::isDeprecated����Ƿ��Ѿ�����

˵��

public ReflectionFunctionAbstract::isDeprecated ( void ) : bool

��麯���Ƿ��Ѿ�������

����

�˺���û�в�����

����ֵ

���÷��� TRUE�����򷵻� FALSE

����

Example #1 ReflectionFunctionAbstract::isDeprecated() example

<?php
$rf 
= new ReflectionFunction('ereg');
var_dump($rf->isDeprecated());
?>

�������̻������

bool(true)

�μ�