As an example, by default, the memory_limit directive will have a value like 128M. What other units can be used?
As an example, by default, the memory_limit directive will have a value like 128M. What other units can be used?
You can use K (for Kilobytes), M (for Megabytes) and G (for Gigabytes). They are case insensitive so you can alternatively use k, m, or g respectively.
Source: PHP.net FAQs