<?php function getMode() { $args = func_get_args(); print_r($args); } $snapshot = ['mode' => 'TESTE']; getMode($snapshot['mode']); getMode();
You have javascript disabled. You will not be able to edit any code.