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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T09:28:59+00:00 2026-06-10T09:28:59+00:00

As you know, range() function can get a range between number and the other,

  • 0

As you know, range() function can get a range between number and the other,

how to do the same with an IP
as example..

$range_one = "1.1.1.1";
$range_two = "1.1.3.5";
print_r( range($range_one, $range_two) ); 

 /* I want a result of :
     1.1.1.1
     1.1.2.2
     1.1.3.3
     1.1.3.4
     1.1.3.5
 */

i was thinking of using the explode() function to explode ” . ” and separate each number then use range with each of them after that combine them all together, it seems a bit complicated for me and i guess there’s an easier method to do it

  • 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-10T09:29:01+00:00Added an answer on June 10, 2026 at 9:29 am

    You can use ip2long to convert the IP addresses into integers. Here’s a function that works for old IPv4 addresses:

    /* Generate a list of all IP addresses
       between $start and $end (inclusive). */
    function ip_range($start, $end) {
      $start = ip2long($start);
      $end = ip2long($end);
      return array_map('long2ip', range($start, $end) );
    }
    
    $range_one = "1.1.1.1";
    $range_two = "1.1.3.5";
    print_r( ip_range($range_one, $range_two) );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am making a website where I want to use range slider(I know it
I want to find the number of frames in wav file between certain time
Cells(4, x) = Application.WorksheetFunction.COUNTA(Workbooks(DB_Report.xls).Sheets(x).Range(A:A)) I am trying to get the above function to work.
I want to filter my result set before I search. I know the correct
I get the feeling this is probably something I should know but I can't
I know that when I use range([start], stop[, step]) or slice([start], stop[, step]) ,
Does anyone know if it's possible to include a range in a switch statement
I know you can not set a key value dynamically, but what about the
Anyone know how I can make a login button in Ruby on Rails for
I want to select a cell range in an HTML table and using Javascript

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.