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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T23:31:29+00:00 2026-05-16T23:31:29+00:00

I have an array multidimensional associative array. Array ( [0] => Array ( [username]

  • 0

I have an array multidimensional associative array.

Array
(


[0] => Array
        (
            [username] => uname1
            [name] => fullname1
            [email] => uname1@email.com

        )
[1] => Array
        (
            [username] => uname2
            [name] => fullname2
            [email] => uname2

        )
[2] => Array
        (
            [username] => uname3
            [name] => fullname3
            [email] => uname3@email

        )
[3] => Array
        (
            [username] => uname4
            [name] => fullname4
            [email] => uname4@

        )

}

It should validate email address using the regular expression.The return array should consists of an array with only valid array.The array should be

Array
(


[0] => Array
        (
            [username] => uname1
            [name] => fullname1
            [email] => uname1@email.com
}

since [1,2,3] have invalid email address.

  • 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-16T23:31:30+00:00Added an answer on May 16, 2026 at 11:31 pm

    Each of the answers is valid, and deserve some upvotes. FWIW, I tried running each over 10000 iterations, and measured the elapsed time using microtime(true).

    • @Gumbo’s solution, array_filter()/filter_var(): 0.631 sec.

    • @Gordon’s solution, array_filter()/filter_var() w/anon function: 0.620 sec.

    • @mck89’s solution, array_filter()/preg_match(): 0.307 sec.

    • @Alexander.Plutov’s solution, foreach()/preg_match(): 0.193 sec.

    edit: I re-tested with a more robust email regex.

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

Sidebar

Related Questions

Hi i have a multidimensional associative array: $array= array( 'Book1' => array('http://www.google.com', '45' ),
I have a PHP multidimensional associative array with the following structure: Fields: TYPE -
I have 'multidimensional associative' javascript array (which in fact is object with properties as
In my PHP-script I have a multidimensional and associative array I want to transform
I have a multidimensional associative array, and I want to apply array_walk_recursive so that
I have a multidimensional array as follows: Array( [0] => Array ( [name] =>
Possible Duplicate: Sorting a multidimensional array? I have an a multi dimesional associative array:
I have a multidimensional associative array like this: $type = Array( [unit-1] = Array(
hi i have multidimensional array in php i want to remove an index from
I have a multidimensional array which I am looping through using a foreach loop.

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.