PHP How to get file's real location

This way we can get the file's location no matter the "include" order.

$current_dir = dirname( __FILE__ ).'/';
Powered by PepisCMS