// Assert that the destination contains a valid stream.
$destinationScheme = $this->streamWrapperManager::getScheme($destination); if(!$this->streamWrapperManager->isValidScheme($destinationScheme)){
/**
* Returns the maximum size of an uploaded file as configured in php.ini.
*
* @return int|float The maximum size of an uploaded file in bytes (returns float if size > PHP_INT_MAX)
*/ publicstaticfunctiongetMaxFilesize(): int|float {
/**
* Returns the maximum size of an uploaded file as configured in php.ini.
*
* @return int|float The maximum size of an uploaded file in bytes (returns float if size > PHP_INT_MAX)
*/ publicstaticfunctiongetMaxFilesize(): int|float {