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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:56:24+00:00 2026-05-16T17:56:24+00:00

I know you can do: $hash(‘foo’) and $$foo and also $bar[$foo] , what are

  • 0

I know you can do: $hash('foo') and $$foo and also $bar[$foo], what are each of these things called?

  • 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-16T17:56:25+00:00Added an answer on May 16, 2026 at 5:56 pm
    • $hash('foo') is a variable function.
      $hash may contain a string with the function name, or an anonymous function.

      $hash = 'md5';
      
      // This means echo md5('foo');
      // Output: acbd18db4cc2f85cedef654fccc4a4d8
      echo $hash('foo');
      
    • $$foo is a variable variable.
      $foo may contain a string with the variable name.

      $foo = 'bar';
      $bar = 'baz';
      
      // This means echo $bar;
      // Output: baz
      echo $$foo;
      
    • $bar[$foo] is a variable array key.
      $foo may contain anything that can be used as an array key, like a numeric index or an associative name.

      $bar = array('first' => 'A', 'second' => 'B', 'third' => 'C');
      $foo = 'first';
      
      // This tells PHP to look for the value of key 'first'
      // Output: A
      echo $bar[$foo];
      

    The PHP manual has an article on variable variables, and an article on anonymous functions (but I didn’t show an example above for the latter).

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

Sidebar

Related Questions

I know on client side (javascript) you can use windows.location.hash but could not find
I know that I can hash singular values as keys in a dict .
I find myself needing to put guards like this: if hash[:foo] && hash[:foo][:bar] &&
I know you can compare the length but many hash types have the same
I know I can get the hash value directly with this bit of code:
I know I can read the hash value of a URL with javascript/jquery. But
May i know how do i loop so i can generate hash code for
I want to know can we have a JPanel with a Layout other than
This is something I know can be done somehow , because I've done it
I need to know can we add image in TextArea through StyleableTextField htmlText because

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.