php-tool-bucket / callee
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 1
pkg:composer/php-tool-bucket/callee
Requires
- php: >=7.1 <8
This package is auto-updated.
Last update: 2019-12-23 03:39:29 UTC
README
composer require php-tool-bucket/caller-info
Returns the true caller information by getting rid of superfluous entries in the
backtrace, such as require() and eval() calls. For example if bar() requires a file
which calls baz(), the caller of baz() would be bar(), rather than require().