Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8605273
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T02:47:17+00:00 2026-06-12T02:47:17+00:00

Is there any way to determine if the current file is the root file

  • 0

Is there any way to determine if the current file is the “root” file (requested by apache, or ran via the CLI) or if it is an included file?

basename($_SERVER['SCRIPT_FILENAME']) != basename(__FILE__) 

Would work, but it only works based on filenames, not the whole path, so kinda hacky. I’d prefer if there was a nicer, and more elegent way to do this.


Bit of context

I’m writing a PHP 5.4+ API framework named Scaffold, which is extremely useful for the api first methodology. The current issue is, is that many people who write an api first application, use their api via a class in the application.

$user = Scaffold::get('/users/nathaniel');

A nice way to do this, is if that was the actual api, rather than subsequently sending a web request to the server. That way, you avoid the overhead of the HTTP protocol.

I have a pretty good idea on how to do that, but the problem is, I need to know if I should send the response to the browser (encoded and all) or wait for a manual call of Scaffold::request (or any of it’s aliases, Scaffold::get being just one of them.

The way I’ve decided to do this, is to check if the root file of the application (the file usually requested via apache) was actually requested, or was included by a different file.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T02:47:19+00:00Added an answer on June 12, 2026 at 2:47 am

    I found something that works by myself. This is PHP 5.4+ only (because of function back referencing)

    get_included_files()[0] === __FILE__
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to determine if process was invoked by current application? I'm
Is there any way to determine current filesystem location of executed class from the
Is there any way to determine when actual items are added to an ICollection<>
Is there any way to determine the local culture of a PC (such as
Is there any way to determine if the mouse scrolls up or down using
Is there any way to determine a page numer (in paged list), that contains
Possible Duplicate: Is there any way to determine text direction from CultureInfo in asp.net?
In ASP.NET CheckBoxList is there any way to determine of a particular checkbox is
I am just curious is there any way to determine if a particular module
Is there any way in Oracle to determine whether a package has state or

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.