Un predicado toma un argumento único y devuelve true o false.
A predicate takes single argument and returns true or false.
Cuando el predicado de la regla devuelve true, su acción se ejecuta.
When the rule's predicate returns true, it's action is executed.
Si la expresión entera devuelve true, entonces se deniega el link.
Por último, puede especificar un bloque de código adicional que se ejecutará si ninguna de las pruebas condicionales anteriores devuelve true.
Finally, you can specify an additional code block that is run if no other prior conditional test evaluates to true.
Así que podemos agregar otra cláusula de retorno si esta función devuelve true.
So we can add another return clause if this function returns true.
La función devuelve true o false dependiendo si la transferencia tuvo éxito.
The function returns true or false depending on whether the transfer was successful.
La función devuelve true si la operación de anexión finaliza correctamente.
The function returns true if the append operation was successful, otherwise false.
Si esta condición es verdadera, entonces devuelve true.
Si usted devuelve true, el procesamiento va a continuar normalmente.
La función null devuelve true para un array vacío.
The null function returns true on an empty array.
La implementación predeterminada de esta propiedad siempre devuelve true.
The default implementation of this property always returns true.
Si el método devuelve true, el archivo de base de datos no está dañado.
If this method returns true, there has been no database file corruption.
Esta función devuelve true si termina correctamente, o false si encuentra un fallo.
This function returns true on success, false on failure.