What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

What is the use of isset() in php?

0 Answers  


To run php script on a local machine we need to install Apache http server and php. Then only scripts are run in the browsers. but when these things are not loaded on a local machine and a php script is brought by the browser still the browser displays the page. how?

2 Answers  


How to read the entire file into a single string?

0 Answers  


How can we determine whether a php variable is an instantiated object of a certain class?

0 Answers  


What is encapsulation in php with example?

0 Answers  






What are the different ways we can retrive the mysql results using php ? Explain each

1 Answers  


what the new feature add in php 7.2?

0 Answers  


How should a model be structured in mvc?

0 Answers  


How can we check the value of a given variable is a number?

0 Answers  


What are the types of variables in php?

0 Answers  


What are the differences between public, private, protected, static, transient, final and volatile?

3 Answers  


Explain the difference between isset() and empty()?

0 Answers  


Categories