// contrôle de boucle récursive, afin de ne pas saturer la mémoire...
if(substr_count($path,'/')>=self::$loopControl){
//return [];
thrownew\Exception("AxiosExtractor has detected a possible infinite loop, and aborted your script with a stack depth of '".self::$loopControl."' frames");