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

search for in the

ReflectionFunctionAbstract::isInternal> <ReflectionFunctionAbstract::isClosure
[edit] Last updated: Fri, 30 Nov 2012

view this page in

ReflectionFunctionAbstract::isDeprecated

(PHP 5)

ReflectionFunctionAbstract::isDeprecatedChecks if deprecated

Opis

public bool ReflectionFunctionAbstract::isDeprecated ( void )

Checks whether the function is deprecated.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if it's deprecated, otherwise FALSE

Przykłady

Przykład #1 ReflectionFunctionAbstract::isDeprecated() example

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

Powyższy przykład wyświetli:

bool(true)

Zobacz też:



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