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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T05:16:46+00:00 2026-05-23T05:16:46+00:00

Guys I have been using the following code quite often but haven’t properly understood

  • 0

Guys I have been using the following code quite often but haven’t properly understood the exact semantics of the functions.
Especially for the last two str_replace functions. Can anybody explain me whats exactly happening here(in a little detail)?

$this_file = str_replace('\\', '/', __FILE__);
$doc_root = $_SERVER['DOCUMENT_ROOT'];
$web_root = str_replace(array($doc_root, 'application/config.php'), '', $doc_root);
$srv_root = str_replace('application/config.php', '', $doc_root);
  • 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-05-23T05:16:46+00:00Added an answer on May 23, 2026 at 5:16 am
    1. Replace the backslashes \ with forward slashes / (the variable is not used after that).
    2. Get the document root from the server super-global (typically will be the Apache config DocumentRoot directive).
    3. Replace any occurence of the document root or application/config.php from the document root string and store it in $web_root (seems like useless code to me).
    4. Replace any occurence of application/config.php from the document root string and store it in $srv_root (again, seems like useless code, because a document root should be a directory, not a file).

    Conclusion: It seems like this code could be translated into the following, and that none of these “calculations” are actually necessary:

    $doc_root = $_SERVER['DOCUMENT_ROOT'];
    $web_root = '';
    $srv_root = $doc_root;
    

    Or even shorter:

    $doc_root = $srv_root = $_SERVER['DOCUMENT_ROOT'];
    $web_root = '';
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have been using PHP for quite a sometime now, having understood the concept
OK guys, I have a weird problem, I have been using set_include_path before eaccelerator
i have been using actionmailer, but i always found it to be heavy and
I have been using Itextsharp for prefilling the fillable pdfs in .aspx pages. But
I am very new to javascript and have been using the JQuery library quite
Hello Guys! I have been trying to create a cool Image Slider using Jquery!
I have been develop API using asp.net with C# back-end code. i would like
I have been using jQuery for all my projects in PHP, Java etc. but
Thus far you guys have been wildly helpful with me getting this little ditty
I was looking at what the guys in the Mario AI Competition have been

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.