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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T02:35:46+00:00 2026-06-05T02:35:46+00:00

I have lots of functions, and if I have an array [echo, Bob is

  • 0

I have lots of functions, and if I have an array [echo, "Bob is Good"] I want run the echo function I have with the parameter of the whole array. So it takes arr[0] and runs that function with a parameter of the whole array. Right now I just have if statements, for example:

...
elif arr[0] == 'echo':
    echo(arr)
elif arr[0] == 'var':
    var(arr)

Also, preferably, right now I have my functions set up with a prefix of cmd. For example the echo function would be called echocmd, so if there is a way to implement that, it would be great as well!

  • 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-05T02:35:50+00:00Added an answer on June 5, 2026 at 2:35 am

    The obvious way.

    funcdict = {
      'echo': echocmd,
      'var': varcmd,
       ...
    }
    
     ...
    
    funcdict.get(arr[0], invalidcmd)(arr)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an array of strings: phrases = [Have a good Thanksgiving, Eat lots
I have lots of code like this in my constructors:- function __construct($params) { $this->property
The problem is the following. We have lots of ajax call via $.ajax function.
I have lots of bson files in the following path: c:/mongodb/bin/dump/Sid If I run
I have two arrays. In each array I have objects with lots of properties
I have a function that uses lots of global vars and arrays - e.g.
I have a MySQL table holding lots of records that i want to give
Let's say I have an array of lots of values (C++ syntax, sorry): vector<double>
I have a whole array of regexp queries to make recursively going through the
I have this $ids = array_map(array($this, 'myarraymap'), $data['student_teacher']); function myarraymap($item) { return $item['user_id']; }

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.