Hallo!
Ich habe ein Verständnisproblem mit folgendem Code:

PHP-Code:
<?php
      
function mergesort($array){
        if (
sizeof($array)
...