Jump to content

PHP: Difference between revisions

118 bytes added ,  31 May 2022
no edit summary
No edit summary
No edit summary
 
Line 1: Line 1:
PHP is a language primarily used for web development.<br>
PHP is a language primarily used for web development.<br>
A popular PHP MVC framework for web development is [[Laravel]].
A popular PHP MVC framework for web development is [[Laravel]].
==CLI==
===Limits===
To increase the limits for a specific php call, add the flags:
*<code>-d memory_limit=8G</code>


[[Category:Programming languages]]
[[Category:Programming languages]]