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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T17:56:05+00:00 2026-05-24T17:56:05+00:00

So in PHP you can have Class A{ function B(){} } and you can

  • 0

So in PHP you can have

Class A{
   function B(){}
}

and you can call this as if it were a static function:

A::B();

My question is…if I can do this, then why should I ever declare the function B() as static since doing so makes $this unavailable, so there’s less flexibility, so you have everything to lose but nothing to gain…

or is there an advantage of declaring the function as static that I’m not aware of?

also I heard that “static calling of non static methods” are “deprecated”….what does that exactly mean especially in relation to this scenario? is calling A::B() when B() is not declared static something that I shouldn’t be doing? if so, why is that the case?

  • 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-24T17:56:05+00:00Added an answer on May 24, 2026 at 5:56 pm

    Because PHP tends to be a bit loosy-goosy around strictness (?) these sort of things work. The fact that they are deprecated means that sometime in a future release, it is likely not to work anymore. So if you are calling a non-static function in a static context, your program may break in a future PHP upgrade.

    As for using it right now – the advantage to declaring a function as static is that you are deciding right there how that function should be used. If you intend to use a function in a static context, you can’t use $this anyway, so you are better of just being clear on what you plan to do. If you want to use the function statically, make it static. If you don’t, then don’t. If you want to use a function both statically and non-statically, then please recheck your requirements 😛

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

Sidebar

Related Questions

I have this function in .net code: public class StringGenerator { public static string
In PHP, I can do something like this: class MyClass { function __call($name, $args)
I'm using PHP here, and I have two classes. Can I call a function
This is an extension question of PHP pass in $this to function outside class
I have turned a normal PHP class into a library so I can use
I have a PHP function that requires can take 3 parameteres... I want to
PHP mysql database I have created a follow on question to this one here
Why can't I use code like this? <?php class NoConstructor { } class ChildWithConstructor
I have a function that looks like this class NSNode { function insertAfter(NSNode $node)
So I have this problem in PHP, I have a class called unit that

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.