I was reading through some code in a forum I shall not name, and found this snippet:
$tempFile = '';
$tempFile2 = '';
$arrayLength = count($filesArr);
{
//some code
}
I'm by no means a php guru but those curly braces don't make alot of sense to me. Anyone know of some usage I'm not familiar with. <- please don't run with that XD