adiciona() 공개 정적인 메소드

Função para add valor a linha nas posições informadas.
public static adiciona ( &$line, $i, $f, $value ) : array
$line
$i
$f
$value
리턴 array
예제 #1
0
 /**
  * Função para add valor a linha nas posições informadas.
  *
  * @param $i
  * @param $f
  * @param $value
  *
  * @return array
  * @throws \Exception
  */
 protected function add($i, $f, $value)
 {
     return Util::adiciona($this->atual, $i, $f, $value);
 }