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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T02:58:33+00:00 2026-06-02T02:58:33+00:00

Supposing the following function and call: function doSomething( &$someArray ) { // Do something

  • 0

Supposing the following function and call:

function doSomething( &$someArray ) {
    // Do something to $someArray
}

$names=array("John", "Paul", "George", "Ringo");
doSomething($names);

Is there any way to get the name of the referenced array (in this case “names”) from within the function? I know that I could refactor to add another argument to the function for the name of the array variable, but that is just inviting bugs. The use case is that for each array $someSillyName the function needs to access the database table someSillyName.

Thanks.

  • 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-02T02:58:34+00:00Added an answer on June 2, 2026 at 2:58 am

    There is no way to do this in PHP.

    Moreover, you should avoid to use variable names for application logic. Imagine, someone refactors your $name to something else.. You could amend your array like this:

    $dbData = array(
        'names' => array("John", "Paul", "George", "Ringo")
    );
    

    This should also help you in other parts of your application. If you really want to go this way, I’d recommend to create a Class that encapsulates this array and provides stuff like getDatabaseName(); and getData();

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

Sidebar

Related Questions

Say I have the following template function: template <class T> void apply(const vector<complex<T> >&
Supposing the following situation: typedef struct rgb_t {float r,g,b} rbg_t; // a function for
Supposing I have a function with following signature: Foo[] getSomeFoos() { //return null ---
What's the object type returned by Datepicker? Supposing I have the following: $(#txtbox).datepicker({ onClose:
Supposing to have something like this: #include <map> int main(){ std::map<int,int> m; m[1] =
The following simply loads a jquery-ui dialog from an external html file. $('#showdialog').click(function(e) {
The following is an excerpt from jQuery documentation Code examples Supply a callback function
Let's say I have following ArrayObject : $array_object = new ArrayObject(array( array('1', '2', '3',
i want a function with the following signature: bool signed_a_greater_than_signed_b(unsigned char a, unsigned char
Supposing I have the following LambdaExpression: var itemParam = Expression.Parameter(typeof(Thing), thing); var someValue =

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.