Vous pouvez appliquer la fonction php de votre choix à l'appel d'attribut, même si la fonction exige un ou plusieurs Vous pouvez utiliser plusieurs fonctions consécutives
You can use any PHP function to apply in the attribute calls even if the function requires one or more additional arguments, for instance
WordPress remplace la macro par un contenu généré par une fonction php.
WordPress replaces the macro with content which is produced by a PHP function.
Le filtre « explode » est une fonction php qui sépare la chaîne passée en paramètre et remplit un tableau avec les valeurs.
The filter explode is a php function that separates the string passed as a parameter and fills an array with values.
Vous pouvez appeler n'importe quelle fonction php (par ex.
You can call any php function (ie.
Vous leur indiquez le nom "jtpl" du modificateur ou de la fonction, ainsi que le nom de la fonction php qui sera exécutée par le template.
To this methods, you should indicate a name which will used in the template, and a name of a php function which implements the modifier or the function.
Vous ne pouvez utiliser cette fonctionnalité que si votre hébergeur vous permet l'utilisation de la fonction php gethostbyaddr()
You can use this functionality only if your provider let you use the php function gethostbyaddr()
Si le nom du fichier est préfixé par un chemin, il est prudent d'utiliser la fonction php "urlencode()".
If the file name is prefixed by a path, it's a good idea to use the "urlencode()" php function.
Il est prudent d'appliquer la fonction php "urlencode()" sur les valeurs des paramètres du lanceur, surtout quand ce sont des noms de fichier précédés d'un chemin, ou quand ce sont des textes représentant du sgf.
It's a good idea to apply the "urlencode()" php function to the parameter values, espcially when they contain a file name prefixed by a path or when they contain a sgf record.
Vous feriez mieux d'utiliser un échappement (comme avec la fonction php htmlentities) ou la classe de générateurs XML pour générer une sortie sécurisée.
You're better off using escaping (such as with the php function htmlentities) or the XML builders class to build trusted output.
Bonjour, je dois envoyer des mails vers l'extérieur à l'aide d'une fonction php sachant que mon serveur de mail n'est pas la machine sur laquelle est installée mon serveur HTTP.
Hello, I must send emails out using a php function, writers of email are not the machine on which my HTTP is installed.
Step 4: Nous lirons le contenu du fichier employant la fonction php fread('stream','size')
Step 4: We will read the content in the file using the php function fread('stream','size')
Notez que cette fonction PHP n'est pas fournie avec cette méthode.
Note, that PHP function is not provided with this method.
Mettre votre fonction PHP dans un fichier de plugin et l'activer.
Put your PHP function in a plugin file, and activate it.