I am trying to explode file content , but it seems explode cant create array with large size of variable.
Is there any max array size for explode function?
$lines = explode ( "\n", $filecontent );
I am trying to explode file content , but it seems explode cant create array with large size of variable.
Is there any max array size for explode function?
$lines = explode ( "\n", $filecontent );