No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher une fonction PHP

ReflectionFunctionAbstract: : isDeprecated

(PHP 5 >= 5.2.0, PHP 7)

ReflectionFunctionAbstract::isDeprecatedChecks if deprecated

Description

public ReflectionFunctionAbstract::isDeprecated ( void ) : bool

Checks whether the function is deprecated.

PHP: ReflectionFunctionAbstract::isDeprecated - Manual Home of Manuel PHP  Contents Haut

Return Values

TRUE if it's deprecated, otherwise FALSE

PHP: ReflectionFunctionAbstract::isDeprecated - Manual Home of Manuel PHP  Contents Haut

Examples

Example #1 ReflectionFunctionAbstract::isDeprecated() example

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

The above example will output:

bool(true)

Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph