PHP
[PHP] 메모리 무제한 설정
youngddo
2020. 4. 3. 11:42
<?
ini_set('memory_limit','-1')
?>
<?
ini_set('memory_limit','-1')
?>