Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Return an item from the argument list
<?php func_get_arg(int $position): mixed
<?php     protected function wrapJsonPathAttributes($path)

    {

        $quote = func_num_args() === 2 ? func_get_arg(1) : "'";



        return collect($path)->map(function ($attribute) {

            return $this->parseJsonPathArrayKeys($attribute);