downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

ReflectionFunctionAbstract::isGenerator> <ReflectionFunctionAbstract::isClosure
[edit] Last updated: Fri, 17 May 2013

view this page in

ReflectionFunctionAbstract::isDeprecated

(PHP 5)

ReflectionFunctionAbstract::isDeprecatedChecks if deprecated

Descrição

public bool ReflectionFunctionAbstract::isDeprecated ( void )

Checks whether the function is deprecated.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

TRUE if it's deprecated, otherwise FALSE

Exemplos

Exemplo #1 ReflectionFunctionAbstract::isDeprecated() example

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

O exemplo acima irá imprimir:

bool(true)

Veja Também



add a note add a note User Contributed Notes ReflectionFunctionAbstract::isDeprecated - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites