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 8581977
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T21:10:45+00:00 2026-06-11T21:10:45+00:00

Is the block of code of an included file ‘grabbed’ when the calling script

  • 0

Is the block of code of an included file ‘grabbed’ when the calling script first starts or when the include statement is reached? Take for example:

// execute many lines of code
sleep(10);
// do file retrievals that takes many minutes
include('somefile.php');

If the original code is executed (commenced), is the code block of somefile.php put in memory at that instant or not until the include statement is reached?

  • 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-11T21:10:46+00:00Added an answer on June 11, 2026 at 9:10 pm

    When the include statement is executed/run.

    PHP is executed line by line. So, when the process arrives at the include, it will do its magic.

    For example:

    //some code
    //some more code
    //even more
    include('file.php');//now all of file.php's contents will sit here 
    //(so the file will be included at this point)
    

    See http://php.net/manual/en/function.include.php

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Today I was met the following code block: #include <iostream> using namespace std; char
Have to embed javascript code block with <script type='text/javascript'> ... </script> But Razor code
I'm using the following working code to decrypt a file: #include <openssl/aes.h> #include <stdio.h>
In my block code I am trying to programmatically retrieve a list of products
The simple code block below can be served up in a static HTML page
I have a code block that leads to a Internet Explorer cannot display the
I have a block of code in C like this- enum colors { //---->I
This is a block of code in one of my program. if i directly
I have the code block below, I deleted all unnecessary parts, just left the
I have this block of code inside a loop: var points = [new google.maps.LatLng(lat1,

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.