"Retorna um array" is not found on TREX in Portuguese-English direction
Try Searching In English-Portuguese (Retorna um array)

Low quality sentence examples

GetJavascripts() deve retornar um array de arquivos JavaScript;
GetJavascripts() must return an array of JavaScript files;
Se a query não retornar nada, o método retornará um array vazio.
If the query didn't return anything, we will return an empty array.
pode retornar um array de hashes.
you can return an array of hashes.
Quando você chama all(), será retornado um array de linhas que são indexadas por inteiros consecutivos.
When you call all(), it will return an array of rows which are indexed by consecutive integers.
Este método deve retornar um array de parâmetros que vocÃa quer que seja utilizado durante a geração da rota.
This method should return an array of the parameters that you want to be used during route generation. Route Collections.
que retornará um array de usuários.
which will return an array of users.
acessar esta propriedade irá retornar um array de instâncias de Active Record relacionais;
accessing this relation property will return an array of the related Active Record instances;
Você pode definir funções de callback para esses eventos retornando um array mapeado no método implementedEvents() de sua classe de autenticação.
You can set callback functions for these events by returning a mapping array from implementedEvents() method of your authenticate class.
GetStylesheets() deve retornar um array de folhas de estilo onde a chave é o caminho
GetStylesheets() must return an array of stylesheet files where the key is the path
Um caso onde isso importa é a função iterator_to_array() retornando um array com chaves por padrão, levando a resultados possivelmente inesperados.
A common case where this matters is iterator_to_array() returning a keyed array by default, leading to possibly unexpected results.
Assim é possível controlar a persistência do objeto enquanto deve retornar um array com os nomes de todas as variáveis daquele objeto que precisam ser serializadas.
It can clean up the object and is supposed to return an array with the names of all variables of that object that should be serialized.
Caso o$id não tenha sido definido e o número de resultados for maior que zero, nós retornamos um array com todos os registros, não importan quantos sejam.
In case the$id was not set and the number of results in higher than zero, we will return an array of entries, no matter how many.
VocÃa não pode retornar mÃoltiplos valores a partir de uma função, mas resultados similares podem ser obtidos retornando um array.
A function can not return multiple values, but similar results can be obtained by returning an array.
Você pode também retornar uma string que será interpretada como uma URL para ser usada no redirecionamento ou retornar um array associativo com a chave‘url' e opcionalmente com a chave‘status' e a chave‘exit.
You can also return a string which will be interpreted as the URL to redirect to or return an associative array with the key‘url' and optionally‘status' and‘exit.
Retorna uma array que corresponde a linha obtida,
Returns an array that corresponds to the fetched row,
Caso não encontre nenhum projeto, retornamos uma array vazio dessa maneira podemos utilizar em um foreach sem problemas.
If no project is found, we return and empty array this way we can use it inside a foreach without problems.
PrepareModels(): prepara o data models que será disponibilizado na página atual e as retorna como um array.
PrepareModels(): prepares the data models that will be made available in the current page and returns them as an array.
A função requestAction() busca variáveis de view de uma ação de controller e as retorna como um array.
The requestAction() function fetches view variables from a controller action and returns them as an array.
Este comando agora retorna sistematicamente um array com um elemento que contém o nome do caminho do arquivo de dados do banco.
This command now systematically returns an array with one element containing the pathname of the data file of the database.
carrega variáveis da views a partir de ações do controller e as retorna como um array.
which fetches view variables from a controller action and returns them as an array.