Ask PHP from which version to start supporting the new $variable () instantiation class

Source: Internet
Author: User
Which version does PHP start with to support the new $variable () instantiation class?
Title, use a variable to specify a class name, through the new instance object, which version of PHP is supported from?
The PHP manual was not found, and even this was not seen.

------Solution--------------------
It's early, isn't it? PhP4 There are instances of the class AH. $a =new B (); or $a =new B;
------Solution--------------------
Classes and Objects (PHP 4) Inherit classes and Objects (PHP 4)
PHP Manual

--------------------------------------------

Class
A class is a collection of variables and functions that act on those variables. variables are defined by VAR, functions are defined by function, and classes are defined by the following syntax

------Solution--------------------
PhP4
With the introduction of classes, that's how it's written.
------Solution--------------------
4, I brought it.
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.