PHP_Framework

Wh1t3projects' PHP framework. Small PHP framework for building web apps and websites

View the Project on GitHub

Syntax: kernel_getCallerModule()

Get the name of the module that called the current function


Parameters

This function does not accept any parameters


Return values

The name of the caller module as as string. FALSE if not called from another module.


Examples:

No example available