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

  • Home
  • SEARCH
  • 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 8242175
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T21:04:41+00:00 2026-06-07T21:04:41+00:00

I know there must be 100 ways to do this – but can someone

  • 0

I know there must be 100 ways to do this – but can someone recommend the ‘best/most simple’ method to check if three integer variables are within one point of each other.

$a = 1; $b = 2; $c = 1;

As each var is within 1 point of each other the formula required should return TRUE;

Can anyone suggest the best functions/method to do this. Thanks in advance

  • 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-07T21:04:42+00:00Added an answer on June 7, 2026 at 9:04 pm

    Thought i’d go the extra mile here

    function scope_check()
    {
        // usage: bool scope_check(mixed $range, mixed $val1 [, mixed $val2 [,mixed $...]])
        $array=func_get_args();
        if(sizeof($array)<=1) return false;
        $range=array_shift($array);
    
        $max=max($array);
        $min=min($array);
    
        if($max-$min<=$range) return true;
        return false;
    }
    
    $valid=scope_check(1, -10, -11, -12, 4, 5 ,7);
    if($valid) echo 'valid'; else echo 'not valid';
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know there must be a really simple answer to this question, but I
I'm just to figure out what does this method do, I know there must
I know there is ongoing work for in this regards but what is the
I know that there must be some differences. I have a Silverlight component (
I know there is a lot of controversy (maybe not controversy, but arguments at
I know there is a very similar question here but I was hoping to
I know that there have been a number of posts regarding the height:100% declaration
I'm working on translating a CUDA application ( this if you must know )
I feel like this is a very noob question.. but I just can't get
Yes I know there has been similar posts to this however after looking through

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.