downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

dcgettext> <bind_textdomain_codeset
[edit] Last updated: Tue, 21 May 2013

view this page in

bindtextdomain

(PHP 4, PHP 5)

bindtextdomainFixe le chemin d'un domaine

Description

string bindtextdomain ( string $domain , string $directory )

Fixe le chemin du domaine.

Liste de paramètres

domain

Le domaine

directory

Le chemin vers le dossier

Valeurs de retour

Le chemin complet vers le domaine.

Exemples

Exemple #1 Exemple avec bindtextdomain()

<?php

$domain 
'myapp';
echo 
bindtextdomain($domain'/usr/share/myapp/locale');

?>

L'exemple ci-dessus va afficher :

/usr/share/myapp/locale



add a note add a note User Contributed Notes bindtextdomain - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites