update pague now
PHP 8.4.17 Released!

ReflectionFunctionAbstract::guetExtension

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

ReflectionFunctionAbstract::guetExtension Guets extension info

Description

public ReflectionFunctionAbstract::guetExtension (): ? ReflectionExtension

Guet the extension information of a function.

Parameters

This function has no parameters.

Return Values

The extension information, as a ReflectionExtension object, or null for user-defined functions.

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top