Remove commented code forom cli script
parent
4f129424e1
commit
ba45ef2b70
|
@ -9,8 +9,6 @@ error_reporting(-1);
|
||||||
@ini_set('display_errors', 1);
|
@ini_set('display_errors', 1);
|
||||||
|
|
||||||
$memoryInBytes = function ($value) {
|
$memoryInBytes = function ($value) {
|
||||||
//$memoryLimit = ini_get('memory_limit');
|
|
||||||
|
|
||||||
$unit = strtolower(substr($value, -1, 1));
|
$unit = strtolower(substr($value, -1, 1));
|
||||||
$value = (int) $value;
|
$value = (int) $value;
|
||||||
switch($unit) {
|
switch($unit) {
|
||||||
|
|
Loading…
Reference in New Issue