The name of a callback function where the callback function takes three parameters.
Return value A new array with each element being the result of the callback function.
Deployment of the callback function on site.
Users may not change the array itself from the callback function.
In the example the callback function simply alerts the visitor that the data has been received.
Dans l'exemple, la fonction callback alerte simplement le visiteur que les données ont bien été reçues.
In case of matching event, these three arguments are passed to the callback function: fd
Dans le cas d'un évènement qui correspond, ces trois arguments sont passés à la fonction callback: fd
The callback function received the results and displayed them on the screen.
La fonction de callback a reçu les résultats et les a affichés à l'écran.
The callback function is saved in a variable.
La fonction de callback est enregistrée dans une variable.
The callback function is therefore called each time a visitor connects to the website.
La fonction de callback est donc appelée à chaque fois qu'un visiteur se connecte à notre site.
The callback function to call when the event occurs.
La fonction de callback à appeler quand l'évènement survient
The callback function of the connector includes a custom object variable that feeds the previously defined custom site indicator.
La fonction de callback du connecteur intègre une variable custom object qui alimente l'indicateur de site personnalisé précédemment défini.
The callback function should take two arguments: the function object of which the value has changed, and the character string describing the new advertised value.
La fonction de callback doit accepter deux arguments: l'object fonction dont la valeur a changé, et la chaîne de caractère décrivant la nouvelle valeur publiée.
The callback function will be passed two parameters, the username that successfully logged out and a reference to the Auth object.
La fonction de callback passera deux paramètres, le nom d'utilisareur qui a réussi son identification et une référence à l'objet Auth.