I have the need to create an array more or less as in the code below:
$documento = array();
$campo = array();
array_push($documento, "1", "CPF");
array_push($campo, "1", "Nº CPF", "000.000.000-xx");
array_push($campo, "2", "NOME TITUL...
asked by
12.12.2016 / 20:17