callable
- Ejemplos
A partir de PHP 5.4.0, se puede llamar a cualquier callable almacenado en una variable. | As of PHP 5.4.0, you can call any callable stored in a variable. |
Ten en cuenta que el segundo argumento de cache.ram y cache.disk debe ser una función u objeto que admita llamadas (callable). | Note, the second argument to cache.ram and cache.disk must be a function or callable object. |
Se puede especificar como una cadena que indica a dónde redirigir al usuario si falla la autenticación o como un objeto callable. | It can be set to a string where to redirect the user if registration files or to a callable object. |
El primer argumento del método addListener es un nombre de evento, y el segundo argumento es el PHP callable que se desencadena cuando el evento registrado. | The first argument of the addListener method is an event name, and the second argument is the PHP callable which is triggered when the registered event is dispatched. |
La propiedad debe ser una función de retorno (callable) PHP que devuelva una semilla para la generación del hash de ETag. | The property should be a PHP callable returning a seed for generating the ETag hash. |
La propiedad debe ser una llamada de retorno (callable) PHP que devuelva un timestamp UNIX sobre el tiempo de modificación de la página. | The property should be a PHP callable returning a UNIX timestamp about the page modification time. |
New-Object usa contenedores RCW (Runtime Callable Wrapper) de.NET Framework para crear objetos COM, por lo que tiene las mismas limitaciones que.NET Framework cuando se llama a objetos COM. | New-Object uses.NET Framework Runtime-Callable Wrappers to create COM objects, so it has the same limitations that.NET Framework does when calling COM objects. |
