PharInvocationResolver::$invocationFunctionNames

Type: string[]

File

misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php, line 29

Class

PharInvocationResolver

Namespace

TYPO3\PharStreamWrapper\Resolver

Code

private $invocationFunctionNames = array(
    'include',
    'include_once',
    'require',
    'require_once',
);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.