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 |
How to include variables in double-quoted strings?
1.What is application server ? 2.What is web server ? 3.Explain the process of execution of a php file ?
Explain me what are the 3 scope levels available in php and how would you define them?
How can you pass a variable by reference?
Write a program in php to check whether a number is prime or not?
What is the use of get and post method in php?
How to create a session? How to remove data from a session?
What is a stored procedure in mysql?
Tell me is it possible to remove the html tags from data?
Tell me what is the default session time in php?
What is lazy loading in php?
Which function would you use to insert a record into a database in php?