What is new static in php?



What is new static in php?..

Answer / Manish Verma

In PHP, there is no concept of 'new static'. Static members are created at the time the class is loaded into memory, and do not require an instance of the class to be created.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How to include variables in double-quoted strings?

1 Answers  


1.What is application server ? 2.What is web server ? 3.Explain the process of execution of a php file ?

9 Answers   IBM,


Explain me what are the 3 scope levels available in php and how would you define them?

1 Answers  


How can you pass a variable by reference?

1 Answers  


Write a program in php to check whether a number is prime or not?

1 Answers  


What is the use of get and post method in php?

1 Answers  


How to create a session? How to remove data from a session?

1 Answers  


What is a stored procedure in mysql?

1 Answers  


Tell me is it possible to remove the html tags from data?

1 Answers  


Tell me what is the default session time in php?

1 Answers  


What is lazy loading in php?

1 Answers  


Which function would you use to insert a record into a database in php?

1 Answers  


Categories