Solar_Request::_rebuildFiles()

protected void Solar_Request::_rebuildFiles ( array $src , array $$tgt )

Recursive method to rebuild $_FILES structure to be more like $_POST.

Parameters

  • (array) $src: The source $_FILES array, perhaps from a sub- element of that array/

  • (array) &$tgt: Where we will store the restructured data when we find it.

Returns

  • (void)

Description

Recursive method to rebuild $_FILES structure to be more like $_POST.



Local