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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T19:43:56+00:00 2026-05-30T19:43:56+00:00

In PHP If you had an array of one million integers, how would you

  • 0

In PHP

If you had an array of one million integers, how would you go to print each integer that contain the number seven(eg..7,17,67..) with out using a loop?

  • 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-30T19:43:58+00:00Added an answer on May 30, 2026 at 7:43 pm

    Perhaps this’ll be it? )

    $one_million_number_array = array(1, 1232, 347, 898, 777);
    function echo_if_contains_seven($val) {
        if (strpos($val, '7') !== FALSE) { 
            echo $val, "\n"; 
        } 
    }
    
    array_walk($one_million_number_array, 'echo_if_contains_seven');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When debugging some php scripts it would be very handy if I had a
I am working with a PHP loop, and I had one question regarding how
I have a hefty PHP script. So much so that I have had to
How do I join these two codes so that they work? <?php query_posts( array(
I am trying to write a program in PHP which I had already written
I had made some questions regarding PHP-GTK (there are only 4 php-gtk tagged questions
I just had some basic php questions to further my understanding as I learn,
I've consistently had an issue with parsing XML with PHP and not really found
I am not familiar with PHP at all and had a quick question. I
I recall reviewing someone else's PHP code once and he had a function or

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.